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

From Nikolai Zhubr
Subject Small bug in function declaration sql generator
Date
Msg-id 561AAB4A.4090709@yandex.ru
Whole thread Raw
Responses Re: Small bug in function declaration sql generator  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
List 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 by date:

Previous
From: Szabolcs Hubai
Date:
Subject: Re: [PATCH] Beautify line-ends handling yet more.
Next
From: Susan Douglas
Date:
Subject: Documentation Patch for Auto-Commit Feature (query.rst)