Relation does not exist problem

From: "Oeschey, Lars (I/EK-142, extern)" <extern(dot)Lars(dot)Oeschey(at)AUDI(dot)DE>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Relation does not exist problem
Date: 2007-09-18 07:25:48
Message-ID: 17A09E9509BB354E95C2FEE5102B0F5F01315622@audiinsx0036.audi.vwg
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

I'm new to the list and hope I don't make too much mistakes ;)

I have a postgreSQL 8.1 here, where I have a little problem. Database is
owned by user A, I have a group g_a and a user B. Both A and B are in
group g_a. Using the grant assistant from pgadmin (up to 1.8b5) I gave
SELECT, INSERT, UPDATE, DELETE and EXECUTE rights to g_a for every
object in the scheme. Though when I try to select something from a table
with user B, I get the error "Relation _table_ does not exist"
(translated from german).
Any advice where I should check for the problem? I already googled of
course, and it's not the Upper/Lowercase problem...

Lars

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Robert Wimmer 2007-09-18 08:04:27 Re: Relation does not exist problem
Previous Message Charles Sullivan 2007-09-17 20:17:52 Cursor Alternative