Schema
public
Owner
postgres
Tablespace
(default)
Descriptions
There is no description for table tr_departement_dep
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dep_gid |
serial |
|
nextval('tr_departement_gid_seq'::regclass) |
|
|||
|
|
dep_nom |
varchar(30) |
|
|
|
|
|
|
|
dep_num |
varchar(2) |
|
|
|
|
|
|
|
geom |
public.geometry |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table tr_departement_dep
Check Constraints
There are no check constraints for table tr_departement_dep
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
gist |
|
geom |
|
|
|
|
btree |
|
dep_gid |
|
Triggers
There are no triggers for table tr_departement_dep
Rules
There are no rules for table tr_departement_dep
Policies
There are no policies for table tr_departement_dep
Referenced
There are no tables referenced by table tr_departement_dep
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
96 |
Pages |
2 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.tr_departement_dep (
dep_gid SERIAL,
dep_nom VARCHAR(30),
dep_num VARCHAR(2),
geom public.geometry,
CONSTRAINT tr_departement_pkey PRIMARY KEY(dep_gid)
) ;
CREATE INDEX "X_GST_geom_dpt" ON public.tr_departement_dep
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 |