Re: PATCH: Default value support for function parameters - Mailing list pgadmin-hackers

From Dave Page
Subject Re: PATCH: Default value support for function parameters
Date
Msg-id 937d27e10901080612n34bb11d6m4f164e12b5208dd1@mail.gmail.com
Whole thread Raw
In response to PATCH: Default value support for function parameters  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
List pgadmin-hackers
On Thu, Jan 8, 2009 at 7:07 AM, Ashesh Vashi
<ashesh.vashi@enterprisedb.com> wrote:
> Hi All,
>
> I was working on this feature:
> - Default value support for function parameters. We need to support
>   it fully - ie. in the main window, and in dlgFunction and friends.
>
> Please find the patch for the same and the some of the test-cases, which I
> have used while implementation and testing.

Nice :-) Patch applied - thanks.

The only change I made was to rename a function for clarity -
getCommaSeparatedArray is now getArrayFromCommaSeparatedList.

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

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r7543 - in trunk/pgadmin3: . pgadmin/ctl pgadmin/dlg pgadmin/include/ctl pgadmin/include/dlg pgadmin/include/schema pgadmin/include/utils pgadmin/schema pgadmin/ui pgadmin/utils
Next
From: "Dave Page"
Date:
Subject: Re: Server Status window work