Re: COMMENT ON, psql and access methods

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: COMMENT ON, psql and access methods
Date: 2016-05-31 19:52:35
Message-ID: CA+TgmoYfaBDHfDwDMc8iOjiZGkiv7mCU0W+tXbnZK+P0fxxHGA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, May 27, 2016 at 7:53 AM, Michael Paquier
<michael(dot)paquier(at)gmail(dot)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.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nikolay Shaplov 2016-05-31 19:55:03 Re: [PATCH][Documination] Add optional USING keyword before opclass name in INSERT statemet
Previous Message David G. Johnston 2016-05-31 19:43:23 Re: Rename max_parallel_degree?