Re: Psql patch to show access methods info

Alvaro Herrera <alvherre@2ndquadrant.com>

From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Alexander Korotkov <a.korotkov@postgrespro.ru>
Cc: Nikita Glukhov <n.gluhov@postgrespro.ru>, Thomas Munro <thomas.munro@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>, Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>, David Steele <david@pgmasters.net>, Michael Paquier <michael@paquier.xyz>
Date: 2019-07-22T03:29:18Z
Lists: pgsql-hackers
On 2019-Jul-21, Alexander Korotkov wrote:

> I've one note.  Behavior of "\dA" and "\dA pattern" look
> counter-intuitive to me.  I would rather expect that "\dA pattern"
> would just filter results of "\dA", but it displays different
> information.  I suggest rename displaying access method properties
> from "\dA pattern" to different.

\dA+ maybe?  Then ...

> And leave "\dA pattern" just filter results of "\dA".

"\dA+ pattern" works intuitively, I think.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



Commits

  1. Show opclass and opfamily related information in psql