Re: Psql patch to show access methods info - Mailing list pgsql-hackers

From Sergey Cherkashin
Subject Re: Psql patch to show access methods info
Date
Msg-id 2239fec8b8369bb845ecce8d8504adf6c0214ce5.camel@postgrespro.ru
Whole thread Raw
In response to Re: Psql patch to show access methods info  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: Psql patch to show access methods info  (Michael Paquier <michael@paquier.xyz>)
List 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.


Attachment

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Support custom socket directory in pg_upgrade
Next
From: Arthur Zakirov
Date:
Subject: Re: Add extension options to control TAP and isolation tests