Re: PATCH for CREATE DATABASE with COLLATE, CTYPE & CONNECTION LIMIT - Mailing list pgadmin-hackers

From Dave Page
Subject Re: PATCH for CREATE DATABASE with COLLATE, CTYPE & CONNECTION LIMIT
Date
Msg-id 937d27e10811180512g648397f0w27dbf9713055c704@mail.gmail.com
Whole thread Raw
In response to Re: PATCH for CREATE DATABASE with COLLATE, CTYPE & CONNECTION LIMIT  (Ashesh D Vashi <ashesh.vashi@enterprisedb.com>)
List 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 by date:

Previous
From: svn@pgadmin.org
Date:
Subject: 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
Next
From: Ashesh D Vashi
Date:
Subject: Re: extending functionality strategy