Re: per user/database connections limit again - Mailing list pgsql-patches

From Tom Lane
Subject Re: per user/database connections limit again
Date
Msg-id 2629.1122905946@sss.pgh.pa.us
Whole thread Raw
In response to Re: per user/database connections limit again  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Peter Eisentraut wrote:
>> Would this not work in the context of the general user-specific ALTER USER ...
>> SET something = something?

> No because it isn't a GUC variable, it is per-user/db value.  We could
> have used that syntax, but it might confuse people.

Yeah --- casting it as a GUC would create issues like "what is the
global default?".  I think treating it as a hard-wired feature is fine.

            regards, tom lane

pgsql-patches by date:

Previous
From: "Dave Page"
Date:
Subject: Re: [HACKERS] For review: Server instrumentation patch
Next
From: Bernd Helmle
Date:
Subject: Re: ALTER OBJECT SET SCHEMA