List all Indexes of a schema or database in CREATE syntax

Поиск
Список
Период
Сортировка
От basti
Тема List all Indexes of a schema or database in CREATE syntax
Дата
Msg-id 52EBBEB1.5050808@unix-solution.de
обсуждение исходный текст
Ответы Re: List all Indexes of a schema or database in CREATE syntax  (Julien Cigar <jcigar@ulb.ac.be>)
Список pgsql-sql
Hello,

Is there a way to List all indexes of a schema or a database in CREATE
syntax?

example for postgres database:


Tablename    Indexname            CREATE_syntax

pg_amop        pg_amop_fam_strat_index        CREATE UNIQUE ...
pg_amop        pg_amop_opr_fam_index        CREATE UNIQUE ...
pg_attribute    pg_attribute_relid_attnam_index CREATE UNIQUE ...

Regards,
Basti





В списке pgsql-sql по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: How to detect values changed in field of foreign table?
Следующее
От: Julien Cigar
Дата:
Сообщение: Re: List all Indexes of a schema or database in CREATE syntax