Re: [JDBC] DatabaseMetaData.getTables()

2001-10-28 Thread Jason Davies
: http://fts.postgresql.org/db/mw/msg.html?mid=1021572 Regards, René Pijlman [EMAIL PROTECTED] -- Jason Davies [EMAIL PROTECTED] PGP signature

Re: [JDBC] DatabaseMetaData.getTables()

2001-10-28 Thread Jason Davies
On Sun, Oct 28, 2001 at 07:14:42AM -0500, Dave Cramer wrote: It appears the getBytes was previously being used to return a byte array of any arbitrary column. Fixes for blobs seem to have broken this. The question is as Jason pointed out which do we fix. It doesn't seem unreasonable

[JDBC] DatabaseMetaData.getTables()

2001-10-27 Thread Jason Davies
or should getTables() be modified? I'd be grateful for any insights. Or you can just tell me to use the latest cvs version of PostgreSQL :) What is the consensus on supporting older versions, will you phase out old code when 7.2 comes out? -- Jason Davies [EMAIL PROTECTED] PGP signature

Re: [JDBC] DatabaseMetaData.getImported/ExportedKeys() patch

2001-10-26 Thread Jason Davies
On Fri, Oct 26, 2001 at 09:52:11AM -0700, Barry Lind wrote: Jason, Can you explain what this patch is attempting to fix? Given that we are in beta with 7.2, I want to fully understand the problem here before applying this patch. (Especially given that the diff is pretty large

Re: [JDBC] Connection.setCatalog()

2001-07-19 Thread jason
previous diff so it checks whether it is already connected to the specified catalog. Thanks, Jason Davies [EMAIL PROTECTED] Connection.diff ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users

Re: [JDBC] Connection.setCatalog()

2001-07-16 Thread jason
:) regards, tom lane Jason Davies [EMAIL PROTECTED] ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

RE: [JDBC] Connection.setCatalog()

2001-07-16 Thread jason
we leave these methods alone. Thanks, Jason -- Peter Eisentraut [EMAIL PROTECTED] http://funkturm.homeip.net/~peter Connection.diff ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [JDBC] DatabaseMetaData.getCatalogs()

2001-07-09 Thread jason
. It works in 7.1 for me, but does it have to be backwards compatible? Where can I find out how the new privilege set works? Thanks, Jason ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send unregister

Re: [JDBC] DatabaseMetaData.getCatalogs()

2001-07-09 Thread jason
getConnection().getCatalog()). A missing TABLE_SCHEM should be set to null (in the SQL sense). Also you have GRANTOR and GRANTEE mixed up, besides the fact that PostgreSQL doesn't store the GRANTEE at all (yet). Sorry about that. Surely the grantee is the username in the relacl field e.g. {=,jason

Re: [JDBC] DatabaseMetaData.getCatalogs()

2001-07-08 Thread jason
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])