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

Table: data_altitude_safran

 

 

Schema

public

 

Owner

biljou_param

 

Tablespace

(default)

 

Descriptions

There is no description for table data_altitude_safran

 

Columns

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

 

id_maille

integer

 

 

 

 

 

 

 

altitude

integer

 

 

 

 

 

 

Foreign Keys

There are no foreign keys for table data_altitude_safran

 

Check Constraints

There are no check constraints for table data_altitude_safran

 

Indices

Name

Type

Function

Columns

Primary Key

Unique

Description

x_btr_maille_data_altitude_safran

btree

 

id_maille

 

 

Index de performance sur la colonne id_maille

 

Triggers

There are no triggers for table data_altitude_safran

 

Rules

There are no rules for table data_altitude_safran

 

Policies

There are no policies for table data_altitude_safran

 

Referenced

There are no tables referenced by table data_altitude_safran

 

Properties

Property

Value

Inherited From

 

Rows

9892

Pages

44

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.data_altitude_safran (
 id_maille INTEGER,
 altitude INTEGER
) ;

CREATE INDEX x_btr_maille_data_altitude_safran ON public.data_altitude_safran
 USING btree (id_maille);

COMMENT ON INDEX public.x_btr_maille_data_altitude_safran
IS 'Index de performance sur la colonne 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