Re: SRF problem - Mailing list pgsql-general

From Holger Klawitter
Subject Re: SRF problem
Date
Msg-id 200404150935.23201.lists@klawitter.de
Whole thread Raw
In response to SRF problem  (Együd Csaba <csegyud@vnet.hu>)
List pgsql-general
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

> create or replace function check_close2() returns CHECK_CLOSE AS '
"return next" needs sets as a return type.

  create or replace function check_close2() returns setof check_close ...
                                                    ^^^^^

should work.

Mit freundlichem Gruß / With kind regards
    Holger Klawitter
- --
lists <at> klawitter <dot> de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFAfjs71Xdt0HKSwgYRAmIvAJ9nQzUtVpT4egB+xAOI4DPyVk/OmwCfQ7qi
wQzeVMejRmZEm2SLLwko3a4=
=E/In
-----END PGP SIGNATURE-----


pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: SRF problem
Next
From: Együd Csaba
Date:
Subject: Re: SRF problem