Re: serial types, pg_depend, permissions

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Christopher St John <ckstjohn(at)gmail(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: serial types, pg_depend, permissions
Date: 2005-10-07 15:22:38
Message-ID: 434692BE.6050608@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Andreas Pflug 2005-10-08 17:10:16 Re: serial types, pg_depend, permissions
Previous Message Dave Page 2005-10-07 15:09:00 Re: pgadmin 1.4beta problem