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

From Robert Wimmer
Subject Re: Relation does not exist problem
Date
Msg-id BAY139-F32A9D0D6195898C430B1D3D0B80@phx.gbl
Whole thread Raw
In response to Re: Relation does not exist problem  ("Oeschey, Lars (I/EK-142, extern)" <extern.Lars.Oeschey@AUDI.DE>)
Responses Re: Relation does not exist problem  ("Oeschey, Lars (I/EK-142, extern)" <extern.Lars.Oeschey@AUDI.DE>)
List 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 by date:

Previous
From: "Oeschey, Lars (I/EK-142, extern)"
Date:
Subject: Re: Relation does not exist problem
Next
From: "Oeschey, Lars (I/EK-142, extern)"
Date:
Subject: Re: Relation does not exist problem