Re: Follow-up OpenOffice and Postgres 7.3.2

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: Follow-up OpenOffice and Postgres 7.3.2
Дата
Msg-id 1048066560.18393.119.camel@inspiron.cramers
обсуждение исходный текст
Ответ на Re: Follow-up OpenOffice and Postgres 7.3.2  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Follow-up OpenOffice and Postgres 7.3.2
Список pgsql-jdbc
The driver doesn't do anything when a "create table foo ..." is
executed, and there is no api for modifying the user permissions ??

Dave
On Wed, 2003-03-19 at 00:53, Tom Lane wrote:
> Adrian Klaver <aklaver@attbi.com> writes:
> > 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.
>
> Hm.  The backend treats NULL in pg_class.relacl as meaning the default
> permissions (owner = all, everyone else = none).  I wonder whether jdbc
> gets that right?
>
>             regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
--
Dave Cramer <Dave@micro-automation.net>


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

Предыдущее
От: Davide Romanini
Дата:
Сообщение: JDBC driver, PGSQL 7.3.2 and accents characters
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: auto generated keys