Re: Small bug in function declaration sql generator

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема Re: Small bug in function declaration sql generator
Дата
Msg-id CAG7mmoyEkZnZ1G-hcv0YSoOnjEGOhguDzeD4Aha0ZiC9M2DBmg@mail.gmail.com
обсуждение исходный текст
Ответ на Small bug in function declaration sql generator  (Nikolai Zhubr <n-a-zhubr@yandex.ru>)
Список pgadmin-hackers
On Mon, Oct 12, 2015 at 12:02 AM, Nikolai Zhubr <n-a-zhubr@yandex.ru> wrote:
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)
Thanks for the report.
It has been taken care.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company


http://www.linkedin.com/in/asheshvashi

 


Thank you,
Nikolai


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin III commit: As per commit:600daf650bd5e50e664c4ece2e53e95446390
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Update docs for auto-commit/rollback.