Re: [JDBC] DatabaseMetaData.getCatalogs()

2001-07-08 Thread jason
[[[ Original Message from Bruce Momjian [EMAIL PROTECTED] ]]] Just send over a context diff patch, either against 7.1.2 or CVS. Okay here's a context diff against CVS for getting table privileges. I may have more code to add (I noticed getColumnPrivileges() is not completed - could use my

Re: [JDBC] DatabaseMetaData.getCatalogs()

2001-07-08 Thread Bruce Momjian
I am Cc'ing the jdbc list. [[[ Original Message from Bruce Momjian [EMAIL PROTECTED] ]]] Just send over a context diff patch, either against 7.1.2 or CVS. Okay here's a context diff against CVS for getting table privileges. I may have more code to add (I noticed getColumnPrivileges()

[JDBC] UpdateableResultSets and concurrency.

2001-07-08 Thread Ola Sundell
On Tue, 26 Jun 2001, Dave Cramer wrote: Ola, How are you planning on determining if the underlying data has been changed by some other process? There is a system column called xmin which can be used, however you will have to add it to the select. Dave At first, I will let the backend