BUG #7818: Foreign server not visible under normal users

From: abrosich(at)ogs(dot)trieste(dot)it
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #7818: Foreign server not visible under normal users
Date: 2013-01-21 12:20:14
Message-ID: E1TxGMI-0008Vv-QQ@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 7818
Logged by: Alberto Brosich
Email address: abrosich(at)ogs(dot)trieste(dot)it
PostgreSQL version: 9.2.2
Operating system: Debian GNU/Linux 7.0
Description:

I installed oracle_fdw (version 0.9.8).
Under "postgres" user works all fine and I can create tables and select from
them.
Despite the fact that I granted usage to a normal user (as specified in the
documentation, with the command "GRANT USAGE ON FOREIGN SERVER server TO
pguser;")
, that user cannot see the server: \des gives an empty list and every
command about foreign server gives an error (for example CREATE USER
MAPPING...).
Postgresql is installed from PGDG apt repository.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Magnus Hagander 2013-01-21 12:51:44 Re: Review of "pg_basebackup and pg_receivexlog to use non-blocking socket communication", was: Re: Re: [BUGS] BUG #7534: walreceiver takes long time to detect n/w breakdown
Previous Message Seebs 2013-01-21 05:38:10 Re: BUG #7816: test for compiler output produces bogus results