Re: Relation does not exist problem - Mailing list pgsql-novice

From Oeschey, Lars (I/EK-142, extern)
Subject Re: Relation does not exist problem
Date
Msg-id 17A09E9509BB354E95C2FEE5102B0F5F01315625@audiinsx0036.audi.vwg
Whole thread Raw
In response to Re: Relation does not exist problem  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Responses Re: Relation does not exist problem  ("Robert Wimmer" <seppwimmer@hotmail.com>)
List 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

pgsql-novice by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: Relation does not exist problem
Next
From: "Robert Wimmer"
Date:
Subject: Re: Relation does not exist problem