pggeodb-preprod.nancy.inra.fr/db_diams
Previous topic Chapter index Next topic

Table: Gaines_vertes

 

 

Schema

public

 

Owner

postgres

 

Tablespace

(default)

 

Descriptions

There is no description for table Gaines_vertes

 

Columns

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

id_gvertes

serial

 

nextval('"Gaines_vertes_id_gvertes_seq"'::regclass)

 

 

 

geom

public.geometry

 

 

 

 

 

 

 

id

bigint

 

 

 

 

 

 

Foreign Keys

There are no foreign keys for table Gaines_vertes

 

Check Constraints

There are no check constraints for table Gaines_vertes

 

Indices

Name

Type

Function

Columns

Primary Key

Unique

Description

Gaines_vertes_pkey

btree

 

id_gvertes

 

sidx_Gaines_vertes_geom

gist

 

geom

 

 

 

 

Triggers

There are no triggers for table Gaines_vertes

 

Rules

There are no rules for table Gaines_vertes

 

Policies

There are no policies for table Gaines_vertes

 

Referenced

There are no tables referenced by table Gaines_vertes

 

Properties

Property

Value

Inherited From

 

Rows

30

Pages

1

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public."Gaines_vertes" (
 id_gvertes SERIAL,
 geom public.geometry,
 id BIGINT,
 CONSTRAINT "Gaines_vertes_pkey" PRIMARY KEY(id_gvertes)
) ;

CREATE INDEX "sidx_Gaines_vertes_geom" ON public."Gaines_vertes"
 USING gist (geom public.gist_geometry_ops_2d);

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