Schema
Table
t_object_obj
Tablespace
(default)
Descriptions
Foreign key index to speed up updates / deletion
Definition
CREATE INDEX x_btr_fkey_nobj_obj ON public.t_object_obj
USING btree (obj_nobj_id);
COMMENT ON INDEX public.x_btr_fkey_nobj_obj
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 |