Re: Showing index details with \d on psql

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Showing index details with \d on psql
Дата
Msg-id ECEHIKNFIMMECLEBJFIGIEDGCCAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Showing index details with \d on psql  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Showing index details with \d on psql  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Showing index details with \d on psql  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
> You are really doing things quite the hard way here anyhow, since
> pg_get_indexdef would produce the info you want without so much work,
> and with less dependency in psql on backend catalog details.  I'd
> suggest pulling the pg_get_indexdef result instead of indkey in the
> SELECT, and then just print the part after USING.

Quick question - where are all these handy 'pg_get_indexdef' and friends
functions documented???

Chris


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: psql: default base and password reading
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: PG_DUMP NLS (Russian)