db_ofb
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)
Previous topic Chapter index Next topic