Thread: Small bug in function declaration sql generator
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
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.
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