Re: [GENERAL] declare function with IN and OUT parameter as well as refcursor

2005-11-24 Thread Martijn van Oosterhout
On Thu, Nov 24, 2005 at 09:26:07AM +0100, Frank Motzkat/IC3S AG wrote: > Hi community, > > I would like to declare a function with IN and OUT parameters as well as a > refcursor as return value. > > For example something like this: > > This doesn???t work. It gives the compilation error ???ERRO

[GENERAL] declare function with IN and OUT parameter as well as refcursor

2005-11-24 Thread Frank Motzkat/IC3S AG
Hi community,   I would like to declare a function with IN and OUT parameters as well as a refcursor as return value. For example something like this:   This doesn’t work. It gives the compilation error ‘ERROR:  function result type must be integer because of OUT parameters’ CREATE OR