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-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

[BUGS] BUG #1119: DatabaseMetaData.getTables() returns not a lot

2004-03-28 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1119 Logged by: Andy Jefferson Email address: [EMAIL PROTECTED] PostgreSQL version: 7.3.2 Operating system: Linux Description:DatabaseMetaData.getTables() returns not a lot Details: Hi, Firstly I'm using

Re: [BUGS] BUG #1119: DatabaseMetaData.getTables() returns not a

2004-03-28 Thread Kris Jurka
On Sun, 28 Mar 2004, PostgreSQL Bugs List wrote: > PostgreSQL version: 7.3.2 > Description:DatabaseMetaData.getTables() returns not a lot > > If I call DatabaseMetaData.getTables(null,null,"my_table",null); I get a > ResultSet with nothing in it (rs.getNext() == false) > > The table c