| From: | Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com> |
|---|---|
| To: | Nikolai Zhubr <n-a-zhubr(at)yandex(dot)ru> |
| Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
| Subject: | Re: Small bug in function declaration sql generator |
| Date: | 2015-10-12 02:34:12 |
| Message-ID: | CAG7mmoyEkZnZ1G-hcv0YSoOnjEGOhguDzeD4Aha0ZiC9M2DBmg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
On Mon, Oct 12, 2015 at 12:02 AM, Nikolai Zhubr <n-a-zhubr(at)yandex(dot)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.enterprisedb.com>
*http://www.linkedin.com/in/asheshvashi*
<http://www.linkedin.com/in/asheshvashi>
>
>
> Thank you,
> Nikolai
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2015-10-12 08:21:20 | pgAdmin III commit: Update docs for auto-commit/rollback. |
| Previous Message | Ashesh Vashi | 2015-10-12 02:33:34 | pgAdmin III commit: As per commit:600daf650bd5e50e664c4ece2e53e95446390 |