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

Table: t_rd1

 

 

Schema

analyse

 

Owner

jmartin

 

Tablespace

(default)

 

Descriptions

There is no description for table t_rd1

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

 

row.names

text

 

 

 

 

 

 

 

x

double precision

 

 

 

 

 

 

 

y

double precision

 

 

 

 

 

 

 

par_annee

integer

 

 

 

 

 

 

 

pkey

text

 

 

 

 

 

 

 

date

timestamptz

 

 

 

 

 

 

 

pts_geom

public.geometry

 

 

 

 

 

 

 

dist_bois

numeric

 

 

 

 

 

 

 

dist_haies

numeric

 

 

 

 

 

 

 

dist_routes

numeric

 

 

 

 

 

 

 

dist_batis

numeric

 

 

 

 

 

 

 

dist_prairie

numeric

 

 

 

 

 

 

 

dist_culture

numeric

 

 

 

 

 

 

 

habitat

varchar(30)

 

 

 

 

 

 

Foreign Keys

There are no foreign keys for table t_rd1

 

Check Constraints

There are no check constraints for table t_rd1

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

t_rd1_pts_geom_idx

gist

 

pts_geom

 

 

 

 

Triggers

There are no triggers for table t_rd1

 

Rules

There are no rules for table t_rd1

 

Policies

There are no policies for table t_rd1

 

Referenced

There are no tables referenced by table t_rd1

 

Properties

Property

Value

Inherited From

 

Rows

1140000

Pages

18061

System

 

Temporary

 

With OID

 

 

Definition

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

CREATE INDEX t_rd1_pts_geom_idx ON "analyse".t_rd1
 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