Re: error "permission denied for relation" on postgresql 9.0.6 during CREATE TABLE - Mailing list pgsql-general

From Giuseppe Sacco
Subject Re: error "permission denied for relation" on postgresql 9.0.6 during CREATE TABLE
Date
Msg-id 1327684633.4578.37.camel@scarafaggio
Whole thread Raw
In response to Re: error "permission denied for relation" on postgresql 9.0.6 during CREATE TABLE  (Adrian Klaver <adrian.klaver@gmail.com>)
List pgsql-general
Il giorno ven, 27/01/2012 alle 08.54 -0800, Adrian Klaver ha scritto:
> On Friday, January 27, 2012 8:25:56 am Giuseppe Sacco wrote:
[...]
> > I am owner of table "documents":
> >
> > neos=> \dt agenzia.documents
> >           List of relations
> >  Schema  |   Name    | Type  | Owner
> > ---------+-----------+-------+-------
> >  agenzia | documents | table | neos
> > (1 row)
> >
> > I read the documentation about postgresql 9.0 and it seems the error
> > message is about permission "x". As you may see "x" is among my
> > permissions:
>
> The x(REFERENCES) permission needs to be on both tables for the owner of the
> referenced table(noes).

Well, I am owner of the referenced table. I cannot check anything on the
barcodebydocumentinfo table since it is the one I am trying to CREATE.

Thanks,
Giuseppe


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: error "permission denied for relation" on postgresql 9.0.6 during CREATE TABLE
Next
From: Eduardo Morras
Date:
Subject: Re: Don't Thread On Me (PostgreSQL related)