Re: serial types, pg_depend, permissions

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: serial types, pg_depend, permissions
Дата
Msg-id 434692BE.6050608@pse-consulting.de
обсуждение исходный текст
Ответ на serial types, pg_depend, permissions  (Christopher St John <ckstjohn@gmail.com>)
Список pgadmin-support
Christopher St John wrote:
> i'm using pgadmin3 v1.2.2 on os x against a postgres 8.0.3 server to
> add a bigserial column to a table. i'm getting the error:
> 
>   ERROR: permission denied for relation pg_depend

OK, your diagnose is quite right, missing permissions; we should check 
that before trying to add the dependency.
In addition, this is code from early days, apparently adding a serial is 
now supported in 8.0, I missed that. Still, since pgAdmin supports 
adding arbitrary sequences too, we can't drop the pg_dependency stuff 
completely.

Regards,
Andreas


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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: pgadmin 1.4beta problem
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: serial types, pg_depend, permissions