Re: Small bug in function declaration sql generator - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject Re: Small bug in function declaration sql generator
Date
Msg-id CAG7mmoyEkZnZ1G-hcv0YSoOnjEGOhguDzeD4Aha0ZiC9M2DBmg@mail.gmail.com
Whole thread Raw
In response to Small bug in function declaration sql generator  (Nikolai Zhubr <n-a-zhubr@yandex.ru>)
List 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 by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin III commit: As per commit:600daf650bd5e50e664c4ece2e53e95446390
Next
From: Dave Page
Date:
Subject: pgAdmin III commit: Update docs for auto-commit/rollback.