Re: Psql patch to show access methods info

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Psql patch to show access methods info
Дата
Msg-id 20181119022631.GA4400@paquier.xyz
обсуждение исходный текст
Ответ на Re: Psql patch to show access methods info  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: Psql patch to show access methods info  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
On Sat, Nov 17, 2018 at 11:20:50PM -0300, Alvaro Herrera wrote:
> Here's a rebased version, fixing the rejects, pgindenting, and fixing
> some "git show --check" whitespace issues.  Haven't reviewed any further
> than that.

Schema qualifications are missing in many places, and they are added
sometimes.  The character limit in documentation paragraph could be more
respected as well.

+        opereator families associated with whose name matches the
pattern are shown.
s/opereator/operator/.

+        List procedures (<xref linkend="catalog-pg-amproc-table"/>)
accociated with access method operator families.
s/accociated/associated/.
--
Michael

Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: ToDo: show size of partitioned table
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: New function pg_stat_statements_reset_query() to resetstatistics of a specific query