pgsql: Don't require usage privileges on the foreign data wrapper when

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't require usage privileges on the foreign data wrapper when
Date: 2011-01-21 13:05:34
Message-ID: E1PgGgI-00053R-BT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't require usage privileges on the foreign data wrapper when creating a
foreign table. We check for usage privileges on the foreign server, that ought
to be enough.

Shigeru HANADA

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=8aea1373d8f88bf389def1af10d06f1e67e25249

Modified Files
--------------
src/backend/commands/foreigncmds.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-01-21 17:48:25 pgsql: Move test_fsync to /contrib.
Previous Message Robert Haas 2011-01-21 03:53:07 pgsql: Make ALTER TABLE revalidate uniqueness and exclusion constraints