Re: per user/database connections limit again

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: per user/database connections limit again
Дата
Msg-id 200508011053.52202.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: per user/database connections limit again  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: per user/database connections limit again  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Am Montag, 25. Juli 2005 18:31 schrieb Tom Lane:
> 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.

Would this not work in the context of the general user-specific ALTER USER ...
SET something = something?

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

В списке pgsql-patches по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: [HACKERS] For review: Server instrumentation patch
Следующее
От: "Dave Page"
Дата:
Сообщение: Win32 Thread Safety