Re: Patch to handle connection limit for roles

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Patch to handle connection limit for roles
Дата
Msg-id 937d27e10812310206p1728a4f5j77f9c9d70a3e7e5d@mail.gmail.com
обсуждение исходный текст
Ответ на Patch to handle connection limit for roles  (Guillaume Lelarge <guillaume@lelarge.info>)
Ответы Re: Patch to handle connection limit for roles  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgadmin-hackers
On Tue, Dec 30, 2008 at 6:36 PM, Guillaume Lelarge
<guillaume@lelarge.info> wrote:
> Hi,
>
> This patch handles the connection limit parameter for roles. This
> parameter is available since 8.1 but apparently, pgAdmin doesn't handle
> this yet.

HI,

Looks good to the eyeballs, except that as far as I can see, the patch
assumes the user is always using 8.1 or above and will not play nicely
with 8.0. I think you need to add a liberal smattering of 'if
(conn->BackendMinimumVersion(8, 1))'.

--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

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

Предыдущее
От: Quan Zongliang
Дата:
Сообщение: import function's progress report
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: import function's progress report