Re: JDBC & XML-DBMS - Mailing list pgsql-bugs

From Peter Mount
Subject Re: JDBC & XML-DBMS
Date
Msg-id Pine.LNX.4.21.0010171930440.3701-100000@maidast.demon.co.uk
Whole thread Raw
In response to JDBC & XML-DBMS  (Alexander Yurov <ayurov@incap.ru>)
List pgsql-bugs
On Mon, 16 Oct 2000, Alexander Yurov wrote:

> 1. JDBC Driver returns empty separator in the database catalog.

In the source I have the following comment:
// PM Sep 29 97 - changed from "." as we don't support catalogs.

So back in 1997 I removed the "."

> 2. Why JDBC Driver returns column (procedures etc.) name pattern in lower case?

JDBC doesn't change any case, so unless you quoted the column when the
table was created, it will return it in lower case because the backend has
done the deed.

Peter

--
Peter T Mount peter@retep.org.uk http://www.retep.org.uk
PostgreSQL JDBC Driver http://www.retep.org.uk/postgres/
Java PDF Generator http://www.retep.org.uk/pdf/

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: SELECTs return error with oid in WHERE clause
Next
From: Tom Lane
Date:
Subject: Re: SELECTs return error with oid in WHERE clause