functions aka stored procedures results and PHP

From: Ivan Sergio Borgonovo <mail(at)webthatworks(dot)it>
To: pgsql-php(at)postgresql(dot)org
Subject: functions aka stored procedures results and PHP
Date: 2004-04-08 15:23:41
Message-ID: 20040408172341.52742d2b@stige.webthatworks.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-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

Browse pgsql-php by date

  From Date Subject
Next Message Tin 2004-04-09 05:35:43 Re: session_is_started()
Previous Message Wim Paulussen 2004-04-08 14:49:01 Re: session_is_started()