getTablePrivillages giving wrong privillages

Поиск
Список
Период
Сортировка
От Altaf Malik
Тема getTablePrivillages giving wrong privillages
Дата
Msg-id 20060201141322.15994.qmail@web30211.mail.mud.yahoo.com
обсуждение исходный текст
Ответы Re: getTablePrivillages giving wrong privillages
Список 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 по дате отправления:

Предыдущее
От: "Myatluk Andrey"
Дата:
Сообщение: Re: Postgres-JDBC question
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Postgres-JDBC question