Schema
public
Owner
albenard
Tablespace
(default)
Descriptions
There is no description for table tr_sig_bdtopo_lorraine
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
gid |
serial |
|
nextval('bdtopo_lorraine_gid_seq'::regclass) |
|
|||
|
|
objectid_1 |
integer |
|
|
|
|
|
|
|
objectid |
integer |
|
|
|
|
|
|
|
shape_leng |
numeric |
|
|
|
|
|
|
|
shape_area |
numeric |
|
|
|
|
|
|
|
geom |
public.geometry |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table tr_sig_bdtopo_lorraine
Check Constraints
There are no check constraints for table tr_sig_bdtopo_lorraine
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
gist |
|
geom |
|
|
|
|
btree |
|
gid |
|
Triggers
There are no triggers for table tr_sig_bdtopo_lorraine
Rules
There are no rules for table tr_sig_bdtopo_lorraine
Policies
There are no policies for table tr_sig_bdtopo_lorraine
Referenced
There are no tables referenced by table tr_sig_bdtopo_lorraine
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
1 |
Pages |
1 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.tr_sig_bdtopo_lorraine (
gid SERIAL,
objectid_1 INTEGER,
objectid INTEGER,
shape_leng NUMERIC,
shape_area NUMERIC,
geom public.geometry,
CONSTRAINT bdtopo_lorraine_pkey PRIMARY KEY(gid)
) ;
CREATE INDEX bdtopo_lorraine_geom_idx ON public.tr_sig_bdtopo_lorraine
USING gist (geom public.gist_geometry_ops_2d);
This file was generated with SQL Manager 2011 for PostgreSQL (www.pgsqlmanager.com) at 28/03/2012 14:37 |