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

Index: x_btr_fkey_adm_acq

 

 

Schema

public

 

Table

t_acquisition_acq

 

Tablespace

(default)

 

Descriptions

Foreign key index to speed up updates / deletion

 

Definition

CREATE INDEX x_btr_fkey_adm_acq ON public.t_acquisition_acq
 USING btree (acq_adm_id);

COMMENT ON INDEX public.x_btr_fkey_adm_acq
IS 'Foreign key index to speed up updates / deletion';

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