Re: PATCH: Default value support for function parameters

From: "Dave Page" <dpage(at)pgadmin(dot)org>
To: "Ashesh Vashi" <ashesh(dot)vashi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: Default value support for function parameters
Date: 2009-01-08 14:12:02
Message-ID: 937d27e10901080612n34bb11d6m4f164e12b5208dd1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Thu, Jan 8, 2009 at 7:07 AM, Ashesh Vashi
<ashesh(dot)vashi(at)enterprisedb(dot)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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2009-01-08 15:23:31 Re: Server Status window work
Previous Message svn 2009-01-08 14:10:03 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