db.silva.inrae.fr/db_biljou_param - db_biljou_param on db.silva.inrae.fr
Previous topic Chapter index Next topic

Table: data_peuplement_foret_fv2

 

 

Schema

public

 

Owner

biljou_param

 

Tablespace

(default)

 

Descriptions

There is no description for table data_peuplement_foret_fv2

 

Columns

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

 

id

integer

 

 

 

 

 

 

 

y

smallint

 

 

 

 

 

 

 

x

smallint

 

 

 

 

 

 

 

id_maille

integer

 

 

 

 

 

 

 

peuplement

varchar(1)

 

 

 

 

 

 

 

laimax

integer

 

 

 

 

 

 

Foreign Keys

There are no foreign keys for table data_peuplement_foret_fv2

 

Check Constraints

There are no check constraints for table data_peuplement_foret_fv2

 

Indices

Name

Type

Function

Columns

Primary Key

Unique

Description

x_btr_maille_fv2

btree

 

id_maille

 

 

 

 

Triggers

There are no triggers for table data_peuplement_foret_fv2

 

Rules

There are no rules for table data_peuplement_foret_fv2

 

Policies

There are no policies for table data_peuplement_foret_fv2

 

Referenced

There are no tables referenced by table data_peuplement_foret_fv2

 

Properties

Property

Value

Inherited From

 

Rows

18072660

Pages

115004

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.data_peuplement_foret_fv2 (
 id INTEGER,
 y SMALLINT,
 x SMALLINT,
 id_maille INTEGER,
 peuplement VARCHAR(1),
 laimax INTEGER
) ;

CREATE INDEX x_btr_maille_fv2 ON public.data_peuplement_foret_fv2
 USING btree (id_maille);

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23
Previous topic Chapter index Next topic