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

Index: x_btr_fkey_ent_ent

 

 

Schema

public

 

Table

tr_entite_ent

 

Tablespace

(default)

 

Descriptions

Index de clé étrangère pour accélérer les mises à jour / suppression

 

Definition

CREATE INDEX x_btr_fkey_ent_ent ON public.tr_entite_ent
 USING btree (ent_parent_id);

COMMENT ON INDEX public.x_btr_fkey_ent_ent
IS 'Index de clé étrangère pour accélérer les mises à jour / suppression';

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