From: | "Robert Wimmer" <seppwimmer(at)hotmail(dot)com> |
---|---|
To: | extern(dot)Lars(dot)Oeschey(at)AUDI(dot)DE, pgsql-novice(at)postgresql(dot)org |
Subject: | Re: Relation does not exist problem |
Date: | 2007-09-18 08:50:18 |
Message-ID: | BAY139-F384D8DE3013C3F18D7968DD0B80@phx.gbl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
>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: [NOVICE] Relation does not exist problem
>Date: Tue, 18 Sep 2007 10:38:23 +0200
>
> > > 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';
>
>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?
>
GRANT USAGE ON SCHEMA ... TO ...
regards Sepp
_________________________________________________________________
JETZT die neueste Version des Windows Live Messenger downloaden!
http://get.live.com/de-at/messenger/overview
From | Date | Subject | |
---|---|---|---|
Next Message | Oeschey, Lars (I/EK-142, extern) | 2007-09-18 09:41:30 | Re: Relation does not exist problem |
Previous Message | Oeschey, Lars (I/EK-142, extern) | 2007-09-18 08:38:23 | Re: Relation does not exist problem |