Re: COMMENT ON, psql and access methods - Mailing list pgsql-hackers

From Tom Lane
Subject Re: COMMENT ON, psql and access methods
Date
Msg-id 313.1464357236@sss.pgh.pa.us
Whole thread Raw
In response to COMMENT ON, psql and access methods  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
Michael Paquier <michael.paquier@gmail.com> writes:
> 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.

I'm a bit skeptical that we need this yet.  Maybe if custom access methods
become so popular that everybody's got one, it'd be worth the trouble.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Nikolay Shaplov
Date:
Subject: Re: [PROPOSAL] Move all am-related reloption code into src/backend/access/[am-name] and get rid of relopt_kind
Next
From: "David G. Johnston"
Date:
Subject: Re: Allow COPY to use parameters