Re: Psql patch to show access methods info
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: s.cherkashin@postgrespro.ru, Nikita Glukhov <n.gluhov@postgrespro.ru>, pgsql-hackers@postgresql.org
Date: 2018-11-19T02:26:31Z
Lists: 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
Commits
-
Show opclass and opfamily related information in psql
- b0b5e20cd8d1 13.0 landed