Re: [BUGS] BUG #1118: Misleading Commit message

2004-07-09 Thread Bruce Momjian
Do we want to add this to TODO: * Issue an extra message when COMMIT completes an failed transaction --- elein wrote: > > > > On Sun, Mar 28, 2004 at 10:23:26AM -0500, Tom Lane wrote: > > Bruce Momjian <[EMAIL P

Re: [BUGS] BUG #1118: Misleading Commit message

2004-03-28 Thread elein
On Sun, Mar 28, 2004 at 10:23:26AM -0500, Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > PostgreSQL Bugs List wrote: > >> In a block transaction, whether or not there were errors in the transaction > >> issuing a commit; returns a COMMIT confirmation. > > > Uh, the tag indica

Re: [BUGS] BUG #1118: Misleading Commit message

2004-03-28 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > PostgreSQL Bugs List wrote: >> In a block transaction, whether or not there were errors in the transaction >> issuing a commit; returns a COMMIT confirmation. > Uh, the tag indicates the COMMIT completed, not that it was a success. The current philoso

Re: [BUGS] BUG #1118: Misleading Commit message

2004-03-27 Thread Bruce Momjian
PostgreSQL Bugs List wrote: > Description:Misleading Commit message > > Details: > > In a block transaction, whether or not there were errors in the transaction > issuing a commit; returns a COMMIT confirmation. > > In a block transaction, after a statement fails, all other statements

[BUGS] BUG #1118: Misleading Commit message

2004-03-27 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1118 Logged by: elein Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4 Operating system: SuSE Description:Misleading Commit message Details: In a block transaction, whether or not there were error