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