Re: Problem with return type of function ??? - Mailing list pgsql-sql

From Denis BUCHER
Subject Re: Problem with return type of function ???
Date
Msg-id 4AE046B7.5070805@hsolutions.ch
Whole thread Raw
In response to Re: Problem with return type of function ???  (Richard Huxton <dev@archonet.com>)
Responses Re: Problem with return type of function ???  (Richard Huxton <dev@archonet.com>)
List pgsql-sql
Richard Huxton a écrit :
>> ERREUR:  wrong record type supplied in RETURN NEXT
>> CONTEXTE : PL/pgSQL function "hds_bw_find_sn_live" line 26 at return next
>>
>> Does someone maybe knows what it could be ?
>>
>> This is (a part of) my function :
>>
>>> CREATE OR REPLACE FUNCTION rma.find_sn_live (varchar(30)) RETURNS SETOF rma.serial_number
> 
> This is a different function. Function "hds_bw_find_sn_live" has the
> wrong type for its "return next".

Hello,

Thanks a lot for your reply : the difference in name is just a mistake
in my email but in fact it is the same function, I just renamed it wrong
when  doing the "cleaning" before posting my email...

Denis


pgsql-sql by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Problem with return type of function ???
Next
From: Denis BUCHER
Date:
Subject: Problem with return type of function ??? (corrected)