cursor question - Mailing list pgsql-general

From Andreas Wenk
Subject cursor question
Date
Msg-id 49A56972.3090709@netzmeister-st-pauli.de
Whole thread Raw
Responses Re: cursor question  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-general
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

short question. Why is this not possible:

CREATE OR REPLACE FUNCTION user_cursor_open(text) RETURNS refcursor AS $$
DECLARE
        curs1 CURSOR FOR SELECT * FROM $1;
BEGIN
        OPEN curs1;
        RETURN curs1;
END; $$ LANGUAGE plpgsql;

Or, how do I set a parameter when using cursor?

Thanks in advance

- --
St.Pauli - Hamburg - Germany

Andreas Wenk


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJpWlyVa7znmSP9AwRAv2MAJ9jHICtLeIEv+QVzeqBWSkheXDmpgCgwMUH
t0/HWRPsx56jGhSVUQXyb9I=
=XMXi
-----END PGP SIGNATURE-----

pgsql-general by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Using xmin to identify last modified rows
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Warm standby failover mechanism