Small bug in function declaration sql generator

Поиск
Список
Период
Сортировка
От Nikolai Zhubr
Тема Small bug in function declaration sql generator
Дата
Msg-id 561AAB4A.4090709@yandex.ru
обсуждение исходный текст
Ответы Re: Small bug in function declaration sql generator  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
Список pgadmin-hackers
Hello all,

I've found some issue with function declaration sql generator
apparently. In the example below (just pasted this from SQL pane now),
it obviously generated one excessive 'SETOF' keyword.

CREATE OR REPLACE FUNCTION util_csv2table(
     IN arg_src_str text,
     OUT par_name character varying,
     OUT par_value character varying,
     OUT par_quoted boolean)
   RETURNS SETOF SETOF record AS

I'll look into it tomorrow night and create a patch hopefully (unless
someone fixes it in the mean time)


Thank you,
Nikolai


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

Предыдущее
От: Szabolcs Hubai
Дата:
Сообщение: Re: [PATCH] Beautify line-ends handling yet more.
Следующее
От: Susan Douglas
Дата:
Сообщение: Documentation Patch for Auto-Commit Feature (query.rst)