Schema
Owner
cefs
Tablespace
(default)
Descriptions
There is no description for table tr_sig2009
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
gid |
serial |
|
nextval('tr_sig2009_gid_seq'::regclass) |
|
|||
|
|
os_09 |
varchar(20) |
|
|
|
|
|
|
|
grd_cat_09 |
varchar(20) |
|
|
|
|
|
|
|
recno |
double precision |
|
|
|
|
|
|
|
perimetre |
double precision |
|
|
|
|
|
|
|
aire_ha |
double precision |
|
|
|
|
|
|
|
geom |
public.geometry |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table tr_sig2009
Check Constraints
There are no check constraints for table tr_sig2009
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
gist |
|
geom |
|
|
|
|
btree |
|
gid |
|
Triggers
There are no triggers for table tr_sig2009
Rules
There are no rules for table tr_sig2009
Policies
There are no policies for table tr_sig2009
Referenced
There are no tables referenced by table tr_sig2009
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
20045 |
Pages |
3154 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE public.tr_sig2009 (
gid SERIAL,
os_09 VARCHAR(20),
grd_cat_09 VARCHAR(20),
recno DOUBLE PRECISION,
perimetre DOUBLE PRECISION,
aire_ha DOUBLE PRECISION,
geom public.geometry,
CONSTRAINT tr_sig2009_pkey PRIMARY KEY(gid)
)
WITH (oids = false);
CREATE INDEX tr_sig2009_geom_idx ON public.tr_sig2009
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 |