pgsql: Add docs about postgres_fdw's setting of search_path and other G - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add docs about postgres_fdw's setting of search_path and other G
Date
Msg-id E1ZQgG5-00009U-0v@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add docs about postgres_fdw's setting of search_path and other GUCs.

This behavior wasn't documented, but it should be because it's user-visible
in triggers and other functions executed on the remote server.
Per question from Adam Fuchs.

Back-patch to 9.3 where postgres_fdw was added.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d509560d1fbfeac79abb6593cc9c0df2be2792b6

Modified Files
--------------
doc/src/sgml/postgres-fdw.sgml |   35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add docs about postgres_fdw's setting of search_path and other G
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix reporting of skipped transactions in pgbench.