Schema
Owner
jmartin
Tablespace
(default)
Descriptions
There is no description for table t_buffer
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
|
par_id |
integer |
|
|
|
|
|
|
|
par_annee |
integer |
|
|
|
|
|
|
|
par_recno |
double precision |
|
|
|
|
|
|
|
par_os |
varchar(30) |
|
|
|
|
|
|
|
par_grd_cat |
varchar(30) |
|
|
|
|
|
|
|
geom |
public.geometry |
|
|
|
|
|
|
|
par_typologie |
varchar(30) |
|
|
|
|
|
|
|
id |
text |
|
|
|
|
|
|
|
x |
double precision |
|
|
|
|
|
|
|
y |
double precision |
|
|
|
|
|
|
|
pts_geom |
public.geometry |
|
|
|
|
|
|
|
prop_bois |
numeric |
|
|
|
|
|
|
|
prop_anthro |
numeric |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table t_buffer
Check Constraints
There are no check constraints for table t_buffer
Indices
There are no indices for table t_buffer
Triggers
There are no triggers for table t_buffer
Rules
There are no rules for table t_buffer
Policies
There are no policies for table t_buffer
Referenced
There are no tables referenced by table t_buffer
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
13831 |
Pages |
2547 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE "analyse".t_buffer (
par_id INTEGER,
par_annee INTEGER,
par_recno DOUBLE PRECISION,
par_os VARCHAR(30),
par_grd_cat VARCHAR(30),
geom public.geometry,
par_typologie VARCHAR(30),
id TEXT,
x DOUBLE PRECISION,
y DOUBLE PRECISION,
pts_geom public.geometry,
prop_bois NUMERIC,
prop_anthro NUMERIC
)
WITH (oids = false);
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23 |