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

Index: c_uni_code_ref

 

 

Schema

public

 

Table

tr_taxonomic_referential_ref

 

Tablespace

(default)

 

Descriptions

The code of the referential is unique

 

Definition

ALTER TABLE public.tr_taxonomic_referential_ref
 ADD CONSTRAINT c_uni_code_ref
   UNIQUE (ref_code) NOT DEFERRABLE;

COMMENT ON CONSTRAINT c_uni_code_ref ON public.tr_taxonomic_referential_ref
IS 'The code of the referential is 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