[HACKERS] Re: [JDBC] JDBC pg_description update needed for CVS tip

2001-08-12 Thread Tom Lane
Rene Pijlman <[EMAIL PROTECTED]> writes: > So it appears that your new statement that uses > obj_description() and col_description() returns one row with a > null when there is no comment, instead of 0 rows. Is this > intentional? That is how selecting a function result would work. If you don't

[HACKERS] Re: [JDBC] JDBC pg_description update needed for CVS tip

2001-08-12 Thread Rene Pijlman
On Fri, 10 Aug 2001 16:08:50 -0400, you wrote: >The problem is in DatabaseMetaData.java (same code in both jdbc1 and >jdbc2, looks like). It does direct access to pg_description that isn't >right anymore. In getTables, instead of > > java.sql.ResultSet dr = connection.ExecSQL("select descr