db_ofb
Previous topic Chapter index Next topic

Index: x_gist_tree_zon

 

 

Schema

public

 

Table

tr_zone_etude_zon

 

Tablespace

(default)

 

Descriptions

Index d'optimisation de parcours d'arbre sur l'objet tree de type ltree

 

Definition

CREATE INDEX x_gist_tree_zon ON public.tr_zone_etude_zon
 USING gist (zon_tree public.gist_ltree_ops);

COMMENT ON INDEX public.x_gist_tree_zon
IS 'Index d''optimisation de parcours d''arbre sur l''objet tree de type ltree';

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