Re: COMMENT ON, psql and access methods
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Teodor Sigaev <teodor@sigaev.ru>
Cc: Robert Haas <robertmhaas@gmail.com>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2016-06-02T07:00:33Z
Lists: pgsql-hackers
Attachments
- 0001-Add-support-for-COMMENT-ON-and-psql-meta-command-for.patch (text/x-patch) patch 0001
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... -- Michael
Commits
-
Fix loose ends for SQL ACCESS METHOD objects
- 4f04b66f97f0 9.6.0 landed