Schema
Owner
jmartin
Tablespace
(default)
Descriptions
There is no description for table t_rd2
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 |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table t_rd2
Check Constraints
There are no check constraints for table t_rd2
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
gist |
|
pts_geom |
|
|
|
Triggers
There are no triggers for table t_rd2
Rules
There are no rules for table t_rd2
Policies
There are no policies for table t_rd2
Referenced
There are no tables referenced by table t_rd2
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
1147810 |
Pages |
19084 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE "analyse".t_rd2 (
"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
)
WITH (oids = false);
CREATE INDEX t_rd2_pts_geom_idx ON "analyse".t_rd2
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 |
![]() ![]() ![]() |