Re: COMMENT ON, psql and access methods
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Michael Paquier <michael.paquier@gmail.com>
Cc: Teodor Sigaev <teodor@sigaev.ru>, Robert Haas <robertmhaas@gmail.com>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2016-06-07T22:06:26Z
Lists: pgsql-hackers
Michael Paquier wrote: > On Thu, Jun 2, 2016 at 3:42 PM, Michael Paquier > <michael.paquier@gmail.com> wrote: > > On Thu, Jun 2, 2016 at 1:00 PM, Michael Paquier > > <michael.paquier@gmail.com> wrote: > >> I have added an open item for 9.6 regarding this patch, that would be > >> good to complete this work in this release for consistency with the > >> other objects. > > > > Doh. I forgot to update psql --help. > > And Query_for_list_of_access_methods was defined more or less twice, > the one of my patch having an error... Thanks, I have pushed this. I only added a "translate_columns" option to printQuery. -- Álvaro Herrera http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Fix loose ends for SQL ACCESS METHOD objects
- 4f04b66f97f0 9.6.0 landed