pgsql: Don't require usage privileges on the foreign data wrapper when - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Don't require usage privileges on the foreign data wrapper when
Date
Msg-id E1PgGgI-00053R-BT@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Make ALTER TABLE revalidate uniqueness and exclusion constraints
Next
From: Bruce Momjian
Date:
Subject: pgsql: Move test_fsync to /contrib.