Follow-up OpenOffice and Postgres 7.3.2

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Follow-up OpenOffice and Postgres 7.3.2
Дата
Msg-id 200303181959.36621.aklaver@attbi.com
обсуждение исходный текст
Ответы Re: Follow-up OpenOffice and Postgres 7.3.2
Список pgsql-jdbc
I finally tracked down the problem. You have to use the GRANT command to set
privileges on your table. Postgres assumes the table owner has all rights but
does do not write that info into the access control list of pg_class. It
would seem the JDBC driver looks to pg_class for information on permissions.
Using GRANT makes the permissions explicit and therefore makes the JDBC
driver happy.

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Barry Lind
Дата:
Сообщение: Re: WARNING on setAutoCommit
Следующее
От: Barry Lind
Дата:
Сообщение: Re: Sun J2SE 1.4 + postgresql-jdbc3-7.3.jar + Postgresql 7.2.1