Re: UPDATE ... CURRENT OF cursorname

From: "Richard Broersma" <richard(dot)broersma(at)gmail(dot)com>
To: "Oliver Jowett" <oliver(at)opencloud(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: UPDATE ... CURRENT OF cursorname
Date: 2008-09-01 22:28:21
Message-ID: 396486430809011528r2a1237c0w77fb6243e38dfc16@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Mon, Sep 1, 2008 at 3:21 PM, Oliver Jowett <oliver(at)opencloud(dot)com> wrote:
> Richard Broersma wrote:
>
>> stmt.setCursorName("x");
>
> The postgresql JDBC driver does not support positioned updates (as the
> metadata will tell you), and setCursorName() is completely ignored.

Thanks!, since I am only in the learning/reading stage, I hadn't
performed any tests. However, if the feature were to be added some
the future, what would the attended affect be?

--
Regards,
Richard Broersma Jr.

Visit the Los Angeles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2008-09-01 22:36:38 Re: UPDATE ... CURRENT OF cursorname
Previous Message Oliver Jowett 2008-09-01 22:21:39 Re: UPDATE ... CURRENT OF cursorname