db_toff on pggeodb.nancy.inra.fr
Previous topic Chapter index Next topic

Index: x_btr_txf_gen

 

 

Schema

public

 

Table

tr_genus_gen

 

Tablespace

(default)

 

Descriptions

Foreign key index linking a genus to a taxonomic family /Index sur la clé étrangère rattachant un genre à une famille taxonomique

 

Definition

CREATE INDEX x_btr_txf_gen ON public.tr_genus_gen
 USING btree (gen_txf_id);

COMMENT ON INDEX public.x_btr_txf_gen
IS 'Foreign key index linking a genus to a taxonomic family /Index sur la clé étrangère rattachant un genre à une famille taxonomique';

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 19/06/2019 10:17
Previous topic Chapter index Next topic