Re: per user/database connections limit again

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: per user/database connections limit again
Дата
Msg-id 200507251759.j6PHxAa20513@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: per user/database connections limit again  (Petr Jelinek <pjmodos@parba.cz>)
Список pgsql-patches
Petr Jelinek wrote:
> Bruce Momjian wrote:
>
> >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?
> >
> Yeah I have no problem with LIMIT CONNECTIONS, will you change it or
> should I do it ?

I will do it.

> btw where has new keyword to be added to not be added "at a fairly
> unreserved level" ? (MAX is also added to keywords.c in that patch)

Right, I will remove the MAX addition.  parser/gram.y has this comment:

    /*
     * Keyword classification lists.  Generally, every keyword present in
     * the Postgres grammar should appear in exactly one of these lists.
     *
     * Put a new keyword into the first list that it can go into without causing
     * shift or reduce conflicts.  The earlier lists define "less reserved"
     * categories of keywords.
     */

I will check that your additions are in the right place.


--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: psql patch for displaying the username when asking password
Следующее
От: "Rocco Altier"
Дата:
Сообщение: Re: Regression - GNUmakefile - pg_usleep