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 routine 
for parsing pg_class.relacl?).

Jason Davies

[EMAIL PROTECTED]
 diff


---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])



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() is not completed - could use my routine 
for parsing pg_class.relacl?).
 
 Jason Davies
 
 [EMAIL PROTECTED]

[ Attachment, skipping... ]

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 853-3000
  +  If your life is a hard drive, |  830 Blythe Avenue
  +  Christ can be your backup.|  Drexel Hill, Pennsylvania 19026

---(end of broadcast)---
TIP 6: Have you searched our list archives?

http://www.postgresql.org/search.mpl



[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 handle any and all problems that might
occur. I will simply forward any exceptions I get, and let the overlying
code handle the problems. I checked the MySQL driver, and that is how they
are doing it.

I wonder how it works with non-free databases. Does anyone here know?

Ola

-- 
Ola Sundell
[EMAIL PROTECTED] - [EMAIL PROTECTED] - [EMAIL PROTECTED]
http://miranda.org/~ola



---(end of broadcast)---
TIP 6: Have you searched our list archives?

http://www.postgresql.org/search.mpl