db_globoxylo
Previous topic Chapter index Next topic

Index: x_btr_rank_cvar

 

 

Schema

public

 

Table

tj_classifyvar_cvar

 

Tablespace

(default)

 

Descriptions

Foreign key index to speed up updates / deletion

 

Definition

CREATE INDEX x_btr_rank_cvar ON public.tj_classifyvar_cvar
 USING btree (cvar_rank_id);

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

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