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

Table: t_30c

 

 

Schema

analyse

 

Owner

jmartin

 

Tablespace

(default)

 

Descriptions

There is no description for table t_30c

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

 

row.names

text

 

 

 

 

 

 

 

x

double precision

 

 

 

 

 

 

 

y

double precision

 

 

 

 

 

 

 

date

timestamptz

 

 

 

 

 

 

 

par_annee

integer

 

 

 

 

 

 

 

pts_geom

public.geometry

 

 

 

 

 

 

 

dist_bois

numeric

 

 

 

 

 

 

 

dist_haies

numeric

 

 

 

 

 

 

 

dist_routes

numeric

 

 

 

 

 

 

 

dist_batis

numeric

 

 

 

 

 

 

 

dist_prairie

numeric

 

 

 

 

 

 

 

dist_culture

numeric

 

 

 

 

 

 

Foreign Keys

There are no foreign keys for table t_30c

 

Check Constraints

There are no check constraints for table t_30c

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

t_30c_pts_geom_idx

gist

 

pts_geom

 

 

 

 

Triggers

There are no triggers for table t_30c

 

Rules

There are no rules for table t_30c

 

Policies

There are no policies for table t_30c

 

Referenced

There are no tables referenced by table t_30c

 

Properties

Property

Value

Inherited From

 

Rows

307703

Pages

6342

System

 

Temporary

 

With OID

 

 

Definition

CREATE TABLE "analyse".t_30c (
 "row.names" TEXT,
 x DOUBLE PRECISION,
 y DOUBLE PRECISION,
 date TIMESTAMP WITH TIME ZONE,
 par_annee INTEGER,
 pts_geom public.geometry,
 dist_bois NUMERIC,
 dist_haies NUMERIC,
 dist_routes NUMERIC,
 dist_batis NUMERIC,
 dist_prairie NUMERIC,
 dist_culture NUMERIC
)
WITH (oids = false);

CREATE INDEX t_30c_pts_geom_idx ON "analyse".t_30c
 USING gist (pts_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