getTablePrivillages giving wrong privillages - Mailing list pgsql-jdbc

From Altaf Malik
Subject getTablePrivillages giving wrong privillages
Date
Msg-id 20060201141322.15994.qmail@web30211.mail.mud.yahoo.com
Whole thread Raw
Responses Re: getTablePrivillages giving wrong privillages  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Hi,
 I created a table PRIV_TEST with two columns and granted "SELECT" and "UPDATE" privillages to a user DEBUG. but when i call :
ResultSet ts = dbmd.getTablePrivileges("pg_catalog","public","PRIV_TEST");
 
Many rows are returned including the two privillages i granted, plust some indicating PRIVILLAGE=UNKNOWN
 
Is this a bug in the JDBC driver or i am missing something??
 
Thanks,
Altaf Malik



What are the most popular cars? Find out at Yahoo! Autos

pgsql-jdbc by date:

Previous
From: "Myatluk Andrey"
Date:
Subject: Re: Postgres-JDBC question
Next
From: Tom Lane
Date:
Subject: Re: Postgres-JDBC question