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