Re: Relation does not exist problem

Поиск
Список
Период
Сортировка
От Robert Wimmer
Тема Re: Relation does not exist problem
Дата
Msg-id BAY139-F32A9D0D6195898C430B1D3D0B80@phx.gbl
обсуждение исходный текст
Ответ на Re: Relation does not exist problem  ("Oeschey, Lars (I/EK-142, extern)" <extern.Lars.Oeschey@AUDI.DE>)
Ответы Re: Relation does not exist problem  ("Oeschey, Lars (I/EK-142, extern)" <extern.Lars.Oeschey@AUDI.DE>)
Список pgsql-novice
>From: "Oeschey, Lars (I/EK-142, extern)" <extern.Lars.Oeschey@AUDI.DE>

>
>hm, when I try to do that with pgadmin, I only have groups available. I
>see public and g_a. And with every 7.4 database we have here, it's also
>done the same way. I have a group, with users, and I grant acess to the
>group (not the user).

you dont have to grant the schema usage to the user and the group. if you
grant it to the group, its granted to the groupmembers implicit. if you
select the schema in pgadmin you should see something like

-- Schema: "entry"

-- DROP SCHEMA entry;

CREATE SCHEMA entry
  AUTHORIZATION postgres;
GRANT ALL ON SCHEMA entry TO postgres;
GRANT USAGE ON SCHEMA entry TO GROUP contact_user_group;

regards Sepp Wimmer

_________________________________________________________________
JETZT die neueste Version des Windows Live Messenger downloaden!
http://get.live.com/de-at/messenger/overview


В списке pgsql-novice по дате отправления:

Предыдущее
От: "Oeschey, Lars (I/EK-142, extern)"
Дата:
Сообщение: Re: Relation does not exist problem
Следующее
От: "Oeschey, Lars (I/EK-142, extern)"
Дата:
Сообщение: Re: Relation does not exist problem