Re: Allow placeholders in ALTER ROLE w/o superuser - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Allow placeholders in ALTER ROLE w/o superuser
Date
Msg-id 3311900.1670260722@sss.pgh.pa.us
Whole thread Raw
In response to Re: Allow placeholders in ALTER ROLE w/o superuser  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: Allow placeholders in ALTER ROLE w/o superuser  (Alexander Korotkov <aekorotkov@gmail.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> I couldn't find any discussion of the idea of adding "(s)" to the
> variable name in order to mark the variable userset in the catalog, and
> I have to admit I find it a bit strange.  Are we really agreed that
> that's the way to proceed?

I hadn't been paying close attention to this thread, sorry.

I agree that that seems like a very regrettable choice,
especially if you anticipate having to bump catversion anyway.
Better to add a bool column to the catalog.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Error-safe user functions
Next
From: Robert Haas
Date:
Subject: Re: Error-safe user functions