Changeset 146 for trunk/data


Ignore:
Timestamp:
12/16/11 12:01:59 (12 years ago)
Author:
astrid.emde
Message:

neue Tabelle ax_grablochderbodenschaetzung_bedeutung

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/konvert/postnas_0.6/alkis_PostNAS_0.6_keytables.sql

    r145 r146  
    724724 
    725725 
    726 ----- 
     726-- 
     727-- Thema ax_bodenschaetzung - ax_musterlandesmusterundvergleichsstueck 
     728-- 
    727729CREATE TABLE ax_musterlandesmusterundvergleichsstueck_merkmal ( 
    728730    wert integer, 
     
    740742 
    741743 
     744-- 
     745-- Thema ax_bodenschaetzung - ax_grablochderbodenschaetzung 
     746-- 
     747CREATE TABLE ax_grablochderbodenschaetzung_bedeutung ( 
     748    wert integer, 
     749    bezeichner character varying, 
     750    CONSTRAINT pk_ax_grablochderbodenschaetzung_bedeutung  PRIMARY KEY (wert) 
     751  ); 
     752 
     753COMMENT ON TABLE ax_grablochderbodenschaetzung_bedeutung 
     754IS 'SchlÃŒsseltabelle mit Werten aus GeoInfoDok NW, geladen mit SQL-Script.'; 
     755 
     756 
     757INSERT INTO ax_grablochderbodenschaetzung_bedeutung (wert,bezeichner) VALUES (1100,'Grabloch, bestimmend, lagerichtig (innerhalb der FlÀche)'); 
     758INSERT INTO ax_grablochderbodenschaetzung_bedeutung (wert,bezeichner) VALUES (1200,'Grabloch, bestimmend, lagerichtig (außerhalb des Abschnitts)'); 
     759INSERT INTO ax_grablochderbodenschaetzung_bedeutung (wert,bezeichner) VALUES (1300,'Grabloch, nicht lagerichtig, im Abschnitt nicht vorhanden'); 
     760INSERT INTO ax_grablochderbodenschaetzung_bedeutung (wert,bezeichner) VALUES (2000,'Grabloch fÃŒr Muster-, Landesmuster-, VergleichsstÃŒck'); 
     761INSERT INTO ax_grablochderbodenschaetzung_bedeutung (wert,bezeichner) VALUES (3000,'Grabloch, nicht bestimmend'); 
     762 
    742763-- ENDE -- 
Note: See TracChangeset for help on using the changeset viewer.