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 5345.1122309107@sss.pgh.pa.us
Whole thread Raw
In response to Re: per user/database connections limit again  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: per user/database connections limit again  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> The new syntax for this command is CREATE/ALTER DATABASE/USER:
>                 | MAX CONNECTIONS Iconst
> This adds 'max' as a keyword, though at a fairly unreserved level, I
> think.  Should we use the syntax LIMIT CONNECTIONS so we don't have to
> add MAX as a keyword at all?

I didn't like that either.  I was thinking of just CONNECTIONS.
LIMIT CONNECTIONS sort of works grammatically, I guess.

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: per user/database connections limit again
Next
From: Petr Jelinek
Date:
Subject: Re: per user/database connections limit again