Re: PATCH: Default value support for function parameters

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: PATCH: Default value support for function parameters
Дата
Msg-id 937d27e10901080612n34bb11d6m4f164e12b5208dd1@mail.gmail.com
обсуждение исходный текст
Ответ на PATCH: Default value support for function parameters  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
Список 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 по дате отправления:

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: 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
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Server Status window work