Views permision -- please help and suggestion

From: salah jubeh <s_jubeh(at)yahoo(dot)com>
To: pgsql <pgsql-general(at)postgresql(dot)org>
Subject: Views permision -- please help and suggestion
Date: 2011-05-24 13:50:38
Message-ID: 35794.97520.qm@web161518.mail.bf1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have two views A and B such that A depend on B. Both of them has the same
permissions.

when I excute

SELECT * FROM A;

ERROR: permission denied for relation B

********** Error **********

ERROR: permission denied for relation B
SQL state: 42501

However, I can do

SELECT * FROM B;

How can I trace this problem, It really confuses me.

Regards

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2011-05-24 14:05:31 Re: PostgreSQL 9.01 error database help
Previous Message Vick Khera 2011-05-24 12:59:12 Re: postgres crash - illegal instruction