Re: Showing index details with \d on psql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Showing index details with \d on psql
Дата
Msg-id 21249.1003173971@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Showing index details with \d on psql  ("Greg Sabino Mullane" <greg@turnstep.com>)
Список pgsql-patches
Peter Eisentraut <peter_e@gmx.net> writes:
> Christopher Kings-Lynne writes:
>> Quick question - where are all these handy 'pg_get_indexdef' and friends
>> functions documented???

> I think they aren't documented because we'd rather not have them exposed
> to users, since they might change whenever it seems convenient.  Whether
> this is a good strategy is another question.

My take is that they aren't documented because Jan didn't bother to
document them :-(.  I think we're much better off encouraging
applications to use these functions rather than burrowing around
in the system catalogs for themselves, which seems the only alternative.

            regards, tom lane

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

Предыдущее
От: Gerhard Häring
Дата:
Сообщение: Re: PyGreSQL v3.2 doesn't support INT8 types
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Showing index details with \d on psql