Re: COMMENT ON, psql and access methods
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2016-06-01T00:24:11Z
Lists: pgsql-hackers
On Wed, Jun 1, 2016 at 4:52 AM, Robert Haas <robertmhaas@gmail.com> wrote: > On Fri, May 27, 2016 at 7:53 AM, Michael Paquier > <michael.paquier@gmail.com> wrote: >> As far as I can see, COMMENT ON has no support for access methods. >> Wouldn't we want to add it as it is created by a command? On top of >> that, perhaps we could have a backslash command in psql to list the >> supported access methods, like \dam[S]? The system methods would be in >> this case all the in-core ones. > > +1. Are there other opinions? That's not a 9.6 blocker IMO, so I could get patches out for 10.0 if needed. -- Michael
Commits
-
Fix loose ends for SQL ACCESS METHOD objects
- 4f04b66f97f0 9.6.0 landed