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

Table: tr_sig2007

 

 

Schema

public

 

Owner

cefs

 

Tablespace

(default)

 

Descriptions

There is no description for table tr_sig2007

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

gid

serial

 

nextval('tr_sig2007_gid_seq'::regclass)

 

 

 

os_07

varchar(20)

 

 

 

 

 

 

 

grd_cat_07

varchar(20)

 

 

 

 

 

 

 

recno_1

numeric

 

 

 

 

 

 

 

perimetre_

numeric

 

 

 

 

 

 

 

aire_ha

numeric

 

 

 

 

 

 

 

geom

public.geometry

 

 

 

 

 

 

Foreign Keys

There are no foreign keys for table tr_sig2007

 

Check Constraints

There are no check constraints for table tr_sig2007

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

tr_sig2007_geom_idx

gist

 

geom

 

 

 

tr_sig2007_pkey

btree

 

gid

 

 

Triggers

There are no triggers for table tr_sig2007

 

Rules

There are no rules for table tr_sig2007

 

Policies

There are no policies for table tr_sig2007

 

Referenced

There are no tables referenced by table tr_sig2007

 

Properties

Property

Value

Inherited From

 

Rows

20017

Pages

3120

System

 

Temporary

 

With OID

 

 

Definition

CREATE TABLE public.tr_sig2007 (
 gid SERIAL,
 os_07 VARCHAR(20),
 grd_cat_07 VARCHAR(20),
 recno_1 NUMERIC,
 perimetre_ NUMERIC,
 aire_ha NUMERIC,
 geom public.geometry,
 CONSTRAINT tr_sig2007_pkey PRIMARY KEY(gid)
)
WITH (oids = false);

CREATE INDEX tr_sig2007_geom_idx ON public.tr_sig2007
 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