Re: DatabaseMetaData.getCatalogs() - Mailing list pgsql-jdbc

From jason@netspade.com
Subject Re: DatabaseMetaData.getCatalogs()
Date
Msg-id 2814131.994700696717.JavaMail.jason@www2.kc.aoindustries.com
Whole thread Raw
In response to DatabaseMetaData.getCatalogs()  (jason@netspade.com)
Responses Re: DatabaseMetaData.getCatalogs()
List pgsql-jdbc
[[[ Original Message from Peter Eisentraut <peter_e@gmx.net> ]]]

> The list of columns you return is wrong.  There is no COLUMN_NAME column.

Does PostgreSQL actually support privileges for individual columns?

> TABLE_CAT should be filled in with the database name (should be available
> via 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=arwR"} and the grantor is the
ownerof the table? 

Jason

pgsql-jdbc by date:

Previous
From: Steve Wampler
Date:
Subject: Re: Too much data received?
Next
From: Joseph Shraibman
Date:
Subject: Re: Patch to remove connection hook and JDK 1.3 dependencies