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

Table: test

 

 

Schema

public

 

Owner

postgres

 

Tablespace

(default)

 

Descriptions

There is no description for table test

 

Columns

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

zssz

serial

 

nextval('test_zssz_seq'::regclass)

 

 

 

mpl

varchar

 

 

 

 

 

 

Foreign Keys

There are no foreign keys for table test

 

Check Constraints

There are no check constraints for table test

 

Indices

Name

Type

Function

Columns

Primary Key

Unique

Description

saz

btree

 

zssz

 

 

Triggers

There are no triggers for table test

 

Rules

There are no rules for table test

 

Policies

There are no policies for table test

 

Referenced

There are no tables referenced by table test

 

Properties

Property

Value

Inherited From

 

Rows

2158

Pages

10

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.test (
 zssz SERIAL,
 mpl VARCHAR,
 CONSTRAINT saz PRIMARY KEY(zssz)
) ;

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