Re: [JDBC] EXECUTE command tag returns actual command

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [JDBC] EXECUTE command tag returns actual command
Date: 2004-04-22 02:53:58
Message-ID: 200404220253.i3M2rwE08999@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches


Patch applied. Thanks.

---------------------------------------------------------------------------

Kris Jurka wrote:
>
> This patch makes the EXECUTE command's completion tag return the
> completion tag of the actual statement executed. This allows the
> correct update count to be returned for UPDATE/INSERT/DELETE
> statements. Per discussion on hackers here:
>
> http://archives.postgresql.org/pgsql-hackers/2004-03/msg00923.php
>
> Kris Jurka

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2004-04-22 04:17:36 Re: [PATCHES] EXECUTE command tag returns actual command
Previous Message kenchen077 2004-04-21 16:35:23 Re: How do handle concurrent DML operations

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-04-22 03:20:56 Re: make 'PrivateRefCount' 32 bits wide
Previous Message Bruce Momjian 2004-04-22 01:54:09 Re: PSQLRC environment variable.