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:38:23
Message-ID: 17A09E9509BB354E95C2FEE5102B0F5F01315625@audiinsx0036.audi.vwg
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> > it looks like as if the table you asked for really does not
> exist. maybe
> > you spelled it the wrong way.

> Right. Or the table are in a different schema.

nope, I checked that with

select tablename,schemaname from pg_tables where schemaname='etefas';

which gives me same result done as User A or B.

Though I have to correct something: when I do a select from a table I
get a "no permission on schema" error. The "Relation does not exist"
error comes up when I select a table in pgadmin. So it seems to come
down to a permission problem, but where?

Lars

In response to

Responses

Browse pgsql-novice by date

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