Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
obj_id | varchar | 16 | tdh_sys.generate_oid('tdh_od'::text, 'pipe_point'::text) |
|
|
INTERLIS STANDARD OID (with Postfix/Präfix), see www.interlis.ch |
||||||||
geometry3d_geometry | geometry | 2147483647 | √ | null |
|
|
||||||||
symbolori | numeric | 4,1 | √ | null |
|
|
Default: 90 degree |
|||||||
horizontal_positioning | int4 | 10 | √ | null |
|
|
||||||||
altitude1 | numeric | 7,3 | √ | null |
|
|
/ OK Mantelrohr / bord supérieur tube préisolé |
|||||||
altitude2 | numeric | 7,3 | √ | null |
|
|
yyy_Rohrachse / Rohrachse / axe du tube |
|||||||
elevation_determination | int4 | 10 | √ | null |
|
|
||||||||
remark | text | 2147483647 | √ | null |
|
|
General remarks |
|||||||
last_modification | timestamp | 29,6 | √ | now() |
|
|
Last modification / Letzte_Aenderung / Derniere_modification: INTERLIS_1_DATE |
|||||||
fk_dataowner | varchar | 16 | √ | null |
|
|
Foreignkey to Metaattribute dataowner (as an organisation) - this is the person or body who is allowed to delete, change or maintain this object / Metaattribut Datenherr ist diejenige Person oder Stelle, die berechtigt ist, diesen Datensatz zu löschen, zu ändern bzw. zu verwalten / Maître des données gestionnaire de données, qui est la personne ou l’organisation autorisée pour gérer, modifier ou supprimer les données de cette table/classe |
|||||||
fk_provider | varchar | 16 | √ | null |
|
|
Foreignkey to Metaattribute provider (as an organisation) - this is the person or body who delivered the data / Metaattribut Datenlieferant ist diejenige Person oder Stelle, die die Daten geliefert hat / FOURNISSEUR DES DONNEES Organisation qui crée l’enregistrement de ces données |
|||||||
fk_owner | varchar | 16 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
pkey_tdh_od_pipe_point_obj_id | Primary key | Asc | obj_id |
in_tdh_pipe_point_geometry3d_geometry | Performance | Asc | geometry3d_geometry |
Check Constraints
Constraint Name | Constraint |
---|---|
pp_remark_length_max_80 | ((char_length(remark) <= 80)) |