Re: [pgadmin-support] Another problem with reverse engineering functions

2010-04-07 Thread Guillaume Lelarge
Le 07/04/2010 10:47, Kieran McCusker a écrit : > [...] > Sorry if this has been raised before but the following function will not > be reverse engineered correctly - It will be changed into a setof return > which will break anything expecting organisation_id. > It's already fixed in the SVN versi

[pgadmin-support] Another problem with reverse engineering functions

2010-04-07 Thread Kieran McCusker
Hi Sorry if this has been raised before but the following function will not be reverse engineered correctly - It will be changed into a setof return which will break anything expecting organisation_id. CREATE OR REPLACE FUNCTION public.t() RETURNS TABLE (organisation_id integer) AS $$ sele