Re: [PATCHES] [JDBC] EXECUTE command tag returns actual command

2004-04-21 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > Your patch has been added to the PostgreSQL unapplied patches list at: > > > Kris Jurka wrote: > >> This patch makes the EXECUTE command's completion tag return the > >> completion tag of the actual statement executed. > > While I d

Re: [PATCHES] [JDBC] EXECUTE command tag returns actual command

2004-04-21 Thread Bruce Momjian
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

Re: [PATCHES] [JDBC] EXECUTE command tag returns actual command

2004-04-19 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Your patch has been added to the PostgreSQL unapplied patches list at: > Kris Jurka wrote: >> This patch makes the EXECUTE command's completion tag return the >> completion tag of the actual statement executed. While I don't have any strong reason to o