From: | "Chris Smith" <cdsmith(at)twu(dot)net> |
---|---|
To: | "Oliver Jowett" <oliver(at)opencloud(dot)com> |
Cc: | <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: Cursors and transactions |
Date: | 2004-02-12 23:44:05 |
Message-ID: | 028b01c3f1c2$1a6b87b0$6f00000a@KYA |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Oliver Jowett wrote:
> I'm planning on doing the same at some point but I'm short on time at
> the moment. Could you drop me an email if you make any progress on
> this?
Will do. Since I'm not familiar with the drivers or their direction, I plan
to post a few first-cut attempts for comments before I go and spend eternity
writing something that no one else wants.
> This is completely unrelated to using backend cursors .. it's to do
> with JDBC's support for named cursors that can later be used for a
> positioned UPDATE, which postgresql doesn't support at all.
>
> Actually that whole bit of code could be toasted as we don't claim to
> support positioned update in our metadata anyway..
Okay. I will ignore it for now, then. It doesn't seem to be used in the same
context as the portals that I'm planning to work with anyway.
--
www.designacourse.com
The Easiest Way to Train Anyone... Anywhere.
Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-02-13 00:36:01 | Re: Cursors and transactions |
Previous Message | Oliver Jowett | 2004-02-12 23:24:12 | Re: Cursors and transactions |