Re: Relation does not exist problem

Поиск
Список
Период
Сортировка
От Oeschey, Lars (I/EK-142, extern)
Тема Re: Relation does not exist problem
Дата
Msg-id 17A09E9509BB354E95C2FEE5102B0F5F01315625@audiinsx0036.audi.vwg
обсуждение исходный текст
Ответ на Re: Relation does not exist problem  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Ответы Re: Relation does not exist problem  ("Robert Wimmer" <seppwimmer@hotmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Relation does not exist problem
Следующее
От: "Robert Wimmer"
Дата:
Сообщение: Re: Relation does not exist problem