PGresult

From: "Vladimir V(dot) Zolotych" <gsmith(at)eurocom(dot)od(dot)ua>
To: pgsql-admin(at)postgresql(dot)org
Subject: PGresult
Date: 2000-06-18 05:52:51
Message-ID: 394C63B3.BFEF268F@eurocom.od.ua
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello All,
Is it possible to have one PGresul inside another PGresult?
E.g. having some small PGresult while another (big) PGresult
still active?

PGresult* res1 = PQexec (,,,)
for (...............) {
// do some processing with res1.
PGresult* res2 = PQexec (...);
// Process res2.
PQclear (res2);
// return back to res1
}

Thanks!

--
Vladimir Zolotych gsmith(at)eurocom(dot)od(dot)ua

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Peter Eisentraut 2000-06-18 14:16:36 Re: users & groups
Previous Message Gagan 2000-06-17 19:58:53