db_globoxylo
Previous topic Chapter index Next topic

Index: c_uni_tree_rank

 

 

Schema

public

 

Table

tr_ranking_rank

 

Tablespace

(default)

 

Descriptions

The ranking ltree is unique

 

Definition

ALTER TABLE public.tr_ranking_rank
 ADD CONSTRAINT c_uni_tree_rank
   UNIQUE (rank_tree) NOT DEFERRABLE;

COMMENT ON CONSTRAINT c_uni_tree_rank ON public.tr_ranking_rank
IS 'The ranking ltree is unique';

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com)
Previous topic Chapter index Next topic