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

Index: c_uni_tree_clas

 

 

Schema

public

 

Table

tr_classement_clas

 

Tablespace

(default)

 

Descriptions

L'arborescence ltree du classement est unique

 

Definition

ALTER TABLE public.tr_classement_clas
 ADD CONSTRAINT c_uni_tree_clas
   UNIQUE (clas_tree) NOT DEFERRABLE;

COMMENT ON CONSTRAINT c_uni_tree_clas ON public.tr_classement_clas
IS 'L''arborescence ltree du classement est unique';

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