Schema
Owner
albenard
Tablespace
(default)
Descriptions
There is no description for table t_placeau_topo_tpla
Columns
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
tpla_id |
serial |
|
nextval('placeautopo.t_placeau_topo_tpla_tpla_id_seq'::regclass) |
|
|||
|
|
tpla_placeau |
varchar(10) |
|
|
|
|
|
|
|
topo |
topology.topogeometry |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table t_placeau_topo_tpla
Check Constraints
Name | Condition | Description |
---|---|---|
((topo).topology_id = 2) AND ((topo).layer_id = 1) AND ((topo).type = 2) |
|
Indices
Name | Type | Function | Columns | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
btree |
|
tpla_id |
|
Triggers
There are no triggers for table t_placeau_topo_tpla
Rules
There are no rules for table t_placeau_topo_tpla
Policies
There are no policies for table t_placeau_topo_tpla
Referenced
There are no tables referenced by table t_placeau_topo_tpla
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
132 |
Pages |
2 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE placeautopo.t_placeau_topo_tpla (
tpla_id SERIAL,
tpla_placeau VARCHAR(10),
topo topology.topogeometry,
CONSTRAINT t_placeau_topo_tpla_pkey PRIMARY KEY(tpla_id),
CONSTRAINT check_topogeom_topo CHECK (((topo).topology_id = 2) AND ((topo).layer_id = 1) AND ((topo).type = 2))
) ;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |