COMMENT ON, psql and access methods
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2016-05-27T11:53:38Z
Lists: pgsql-hackers
Hi all, 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. Regards, -- Michael
Commits
-
Fix loose ends for SQL ACCESS METHOD objects
- 4f04b66f97f0 9.6.0 landed