Re: [JDBC] DatabaseMetaData.getColumns() - default values

2001-07-21 Thread Bruce Momjian
Thanks. Patch applied. Hi, DatabaseMetaData.getColumns() doesn't appear to get the default value for each column. Here is a context diff of CVS which should fix it. Jason Davies [EMAIL PROTECTED] [ Attachment, skipping... ] ---(end of

Re: [JDBC] Connection.setCatalog()

2001-07-21 Thread Bruce Momjian
Patch applied. Thanks. [[[ Original Message from Tom Lane [EMAIL PROTECTED] ]]] Peter Eisentraut [EMAIL PROTECTED] writes: Tom Lane writes: Peter E. has previously commented that Postgres databases correspond most closely to the SQL concept of catalog cluster, not catalog.

Re: [PATCHES] Re: [JDBC] [PATCH] Cleanup of JDBC character encoding

2001-07-21 Thread Anders Bengtsson
On Sat, 21 Jul 2001, Bruce Momjian wrote: OK, patch applied. I put the new java files in /core and /test as indicated in the java package header in the source code. Patch applied too. Almost right. :-) EncodingTest.java should go in org/postgresql/test/jdbc2/, not in org/postgresql/test/.