Re: [JDBC] [PATCHES] Fix for broken JDBC's getColumn() (take 2)

2001-09-28 Thread Bruce Momjian
Patch applied. Thanks. Hi, Per the recent discussion there's been some code changes in JDBC's DatabaseMetaData.getColumn(). I proposed a patch that would change the number of queries to find out all columns in a table from 2 * N + 1 to 1 (N being the number of columns reported) by

Re: [JDBC] [PATCHES] Fix for broken JDBC's getColumn() (take 2)

2001-09-27 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://candle.pha.pa.us/cgi-bin/pgpatches I will try to apply it within the next 48 hours. Hi, Per the recent discussion there's been some code changes in JDBC's DatabaseMetaData.getColumn(). I proposed a