db_ofb
Previous topic Chapter index Next topic

Index: x_btr_fkey_rfl_not

 

 

Schema

public

 

Table

tj_notateur_not

 

Tablespace

(default)

 

Descriptions

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

 

Definition

CREATE INDEX x_btr_fkey_rfl_not ON public.tj_notateur_not
 USING btree (not_rfl_id);

COMMENT ON INDEX public.x_btr_fkey_rfl_not
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)
Previous topic Chapter index Next topic