Re: COMMENT ON, psql and access methods
Teodor Sigaev <teodor@sigaev.ru>
From: Teodor Sigaev <teodor@sigaev.ru>
To: Michael Paquier <michael.paquier@gmail.com>,
Robert Haas <robertmhaas@gmail.com>
Cc: PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2016-06-01T11:25:49Z
Lists: pgsql-hackers
>>> 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.
I missed that on review process, but I'm agree it should be implemented.
--
Teodor Sigaev E-mail: teodor@sigaev.ru
WWW: http://www.sigaev.ru/
Commits
-
Fix loose ends for SQL ACCESS METHOD objects
- 4f04b66f97f0 9.6.0 landed