Re: Psql patch to show access methods info

Поиск
Список
Период
Сортировка
От Sergey Cherkashin
Тема Re: Psql patch to show access methods info
Дата
Msg-id 2239fec8b8369bb845ecce8d8504adf6c0214ce5.camel@postgrespro.ru
обсуждение исходный текст
Ответ на Re: Psql patch to show access methods info  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: Psql patch to show access methods info  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
> \dA{f,p,fo,fp,oc}
>   Please explain what these are.
We adhere to the following logic
f  - families
fo - operators in families
fp - procedures in families
p  - access method properties
oc - operator classes

> I think this is two patches -- one being the \dip/\dicp part, the
> other
> the \dA additions.  Let's deal with them separately?

The attached patches are applied sequentially: first 0003-
psql_add_am_info.patch, then 0003-psql_add_index_info.patch.

Best regards,
Sergey Cherkashin.


Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Support custom socket directory in pg_upgrade
Следующее
От: Arthur Zakirov
Дата:
Сообщение: Re: Add extension options to control TAP and isolation tests