functions aka stored procedures results and PHP

Is there a tutorial on how to get back results from PL/pgSQL functions
in PHP?

I've several doubt about memory usage, getting back cursors or
recordsets or single rows or just a value.

What will happen if I have several SELECT in the same PL/pgSQL
function? Will they give back several recordset and how?

thx


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo [at] postgresql.org so that your
message can get through to the mailing list cleanly
Ivan Sergio Borgonovo [ Do, 08 April 2004 17:23 ] [ ID #141722 ]
Datenbanken » gmane.comp.db.postgresql.php » functions aka stored procedures results and PHP

Vorheriges Thema: Relating Tables - Search & Display
Nächstes Thema: Connection problems