Re: COMMENT ON, psql and access methods
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Teodor Sigaev <teodor@sigaev.ru>, Robert Haas <robertmhaas@gmail.com>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2016-06-07T22:59:52Z
Lists: pgsql-hackers
On Wed, Jun 8, 2016 at 7:06 AM, Alvaro Herrera <alvherre@2ndquadrant.com> wrote: > 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. Thanks. -- Michael
Commits
-
Fix loose ends for SQL ACCESS METHOD objects
- 4f04b66f97f0 9.6.0 landed