Schema
Owner
cefs
Tablespace
(default)
Descriptions
There is no description for table tr_sig2010
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
gid |
serial |
|
nextval('tr_sig2010_gid_seq'::regclass) |
|
|||
|
|
recno |
double precision |
|
|
|
|
|
|
|
aire_ha |
double precision |
|
|
|
|
|
|
|
os_10 |
varchar(30) |
|
|
|
|
|
|
|
grd_cat_10 |
varchar(30) |
|
|
|
|
|
|
|
perimetre |
double precision |
|
|
|
|
|
|
|
geom |
public.geometry |
|
|
|
|
|
|
|
typologie |
varchar(15) |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table tr_sig2010
Check Constraints
There are no check constraints for table tr_sig2010
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
gist |
|
geom |
|
|
|
|
gist |
|
geom |
|
|
|
|
btree |
|
gid |
|
Triggers
There are no triggers for table tr_sig2010
Rules
There are no rules for table tr_sig2010
Policies
There are no policies for table tr_sig2010
Referenced
There are no tables referenced by table tr_sig2010
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
20586 |
Pages |
3213 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE public.tr_sig2010 (
gid SERIAL,
recno DOUBLE PRECISION,
aire_ha DOUBLE PRECISION,
os_10 VARCHAR(30),
grd_cat_10 VARCHAR(30),
perimetre DOUBLE PRECISION,
geom public.geometry,
typologie VARCHAR(15),
CONSTRAINT tr_sig2010_pkey PRIMARY KEY(gid)
)
WITH (oids = false);
CREATE INDEX tr_sig2010_geom_idx ON public.tr_sig2010
USING gist (geom public.gist_geometry_ops_2d);
CREATE INDEX tr_sig2010_geom_idx1 ON public.tr_sig2010
USING gist (geom public.gist_geometry_ops_2d);
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23 |