Re: Psql patch to show access methods info

From: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>
To: Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru>
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>, David Steele <david(at)pgmasters(dot)net>, Michael Paquier <michael(at)paquier(dot)xyz>
Subject: Re: Psql patch to show access methods info
Date: 2019-07-22 22:57:29
Message-ID: CAPpHfdvAzZQGKQasUEHNC5XFekUs9SNbW-9Dc8fVtjQ_5xhrfw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jul 22, 2019 at 11:25 PM Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru> wrote:
> Columns "Handler" and "Description" were added to \dA+.
>
> \dA [NAME] now shows only amname and amtype.

Cool!

> Also added support for pre-9.6 server versions to both \dA and \dA+.

I was going to ask about that. You got ahead of me :-)

In general, patchset is very cool. It was always scary there is no
way in psql to see am/opclass/opfamily information rather than query
catalog directly. Shape of patches also looks good.

I'm going to push it. Probably, someone find that commands syntax and
output formats are not well discussed yet. But we're pretty earlier
in 13 release cycle. So, we will have time to work out a criticism if
any.

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2019-07-22 23:25:43 Re: errbacktrace
Previous Message Jonathan S. Katz 2019-07-22 22:48:11 Re: initdb recommendations