Re: Is prepared cursored query possible?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Patric Bechtel" <bechtel(at)ipcon(dot)de>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Is prepared cursored query possible?
Date: 2003-01-02 04:22:11
Message-ID: 16894.1041481331@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Patric Bechtel" <bechtel(at)ipcon(dot)de> writes:
> As I refer to the docs, they say only select is possible, which seems
> illogical to me.

Why? A cursor has to have some rows to read, ISTM. Putting INSERT or
UPDATE or DELETE in it would make no sense.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alex Cheung Tin Ka 2003-01-02 04:27:26 installation of readline 4.2
Previous Message Tom Lane 2003-01-02 04:20:34 Re: creating languages in the pg_catalog schema?