Re: 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: Re: Relation does not exist problem
Date: 2007-09-18 08:08:58
Message-ID: 17A09E9509BB354E95C2FEE5102B0F5F01315624@audiinsx0036.audi.vwg
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> >Though when I try to select something from a table
> >with user B, I get the error "Relation _table_ does not exist"
>
> the error mesage would be different, if user B has no rights
> for table
> _table_ . something like
> "permission denied for relation _table_".
>
> it looks like as if the table you asked for really does not
> exist. maybe you
> spelled it the wrong way.

not really... when I connect to the database with User A, I can see
everything perfectly (and select etc.) I have both connections parallel
in pgadmin, and can compare that way. It even happens in pgadmin, that I
get the error when I click on a table (so spelling shouldn't be a
problem). I also did add a "ALTER ROLE User B SET search_path=schema 1,
schema 2;" to the problem user...

Lars

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message A. Kretschmer 2007-09-18 08:17:14 Re: Relation does not exist problem
Previous Message Robert Wimmer 2007-09-18 08:04:27 Re: Relation does not exist problem