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

Index: c_uni_tree_zon

 

 

Schema

public

 

Table

tr_study_zone_zon

 

Tablespace

(default)

 

Descriptions

The complete tree structure of a study zone must be unique

 

Definition

ALTER TABLE public.tr_study_zone_zon
 ADD CONSTRAINT c_uni_tree_zon
   UNIQUE (zon_tree) NOT DEFERRABLE;

COMMENT ON CONSTRAINT c_uni_tree_zon ON public.tr_study_zone_zon
IS 'The complete tree structure of a study zone must be 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