chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Re: postgresql egg question


From: Johannes Groedem
Subject: [Chicken-users] Re: postgresql egg question
Date: Mon, 10 Jan 2005 22:51:22 +0100
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux)

* Larry White <address@hidden>:

> Is there any way to handle ref cursors as the return type from a
> query using chicken's postgresql egg?

Not quite sure I get what you want to do.  Something like this?

#;3> (pg:query-tuples "BEGIN; SELECT reffunc('foo')" con)
(#f #("foo"))
#;4> (pg:query-tuples "FETCH 1 IN foo")
(#("some value"))

-- 
Johannes Groedem <OpenPGP: 5055654C>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]