pggeodb.nancy.inra.fr/db_cefs - db_cefs on pggeodb.nancy.inra.fr
Previous topic Chapter index Next topic

Table: tr_sig2011

 

 

Schema

public

 

Owner

cefs

 

Tablespace

(default)

 

Descriptions

There is no description for table tr_sig2011

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

gid

serial

 

nextval('tr_sig2011_gid_seq'::regclass)

 

 

 

recno

double precision

 

 

 

 

 

 

 

aire_ha

double precision

 

 

 

 

 

 

 

os_11

varchar(30)

 

 

 

 

 

 

 

grd_cat_11

varchar(30)

 

 

 

 

 

 

 

perimetre

double precision

 

 

 

 

 

 

 

geom

public.geometry

 

 

 

 

 

 

Foreign Keys

There are no foreign keys for table tr_sig2011

 

Check Constraints

There are no check constraints for table tr_sig2011

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

tr_sig2011_geom_idx

gist

 

geom

 

 

 

tr_sig2011_pkey

btree

 

gid

 

 

Triggers

There are no triggers for table tr_sig2011

 

Rules

There are no rules for table tr_sig2011

 

Policies

There are no policies for table tr_sig2011

 

Referenced

There are no tables referenced by table tr_sig2011

 

Properties

Property

Value

Inherited From

 

Rows

20634

Pages

3188

System

 

Temporary

 

With OID

 

 

Definition

CREATE TABLE public.tr_sig2011 (
 gid SERIAL,
 recno DOUBLE PRECISION,
 aire_ha DOUBLE PRECISION,
 os_11 VARCHAR(30),
 grd_cat_11 VARCHAR(30),
 perimetre DOUBLE PRECISION,
 geom public.geometry,
 CONSTRAINT tr_sig2011_pkey PRIMARY KEY(gid)
)
WITH (oids = false);

CREATE INDEX tr_sig2011_geom_idx ON public.tr_sig2011
 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
Previous topic Chapter index Next topic