Re: PATCH for CREATE DATABASE with COLLATE, CTYPE & CONNECTION LIMIT

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: PATCH for CREATE DATABASE with COLLATE, CTYPE & CONNECTION LIMIT
Дата
Msg-id 937d27e10811180512g648397f0w27dbf9713055c704@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PATCH for CREATE DATABASE with COLLATE, CTYPE & CONNECTION LIMIT  (Ashesh D Vashi <ashesh.vashi@enterprisedb.com>)
Список pgadmin-hackers
Hi

On Tue, Nov 18, 2008 at 10:57 AM, Ashesh D Vashi
<ashesh.vashi@enterprisedb.com> wrote:
> Hi,
>
> Please find the updated patch.

Thanks - committed with minor changes:

- Change 'Collate' to 'Collation'
- There were still a couple of places in the code which changed the
connection limit to -1 if it was less than that. I've removed those -
so we can rely on the server to catch errors there (the behaviour is
more consistent this way).

Note that I did find that the server will accept connection limits of
< -1 anyway - I've reported this as a PG bug.

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

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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r7500 - in trunk/pgadmin3: . pgadmin/db pgadmin/dlg pgadmin/include/dlg pgadmin/include/parser pgadmin/include/schema pgadmin/schema pgadmin/ui
Следующее
От: Ashesh D Vashi
Дата:
Сообщение: Re: extending functionality strategy