pgsql: Add docs about postgres_fdw's setting of search_path and other G

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add docs about postgres_fdw's setting of search_path and other G
Date: 2015-08-15 18:32:45
Message-ID: E1ZQgG5-00009U-0v@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-08-17 07:16:33 pgsql: Fix reporting of skipped transactions in pgbench.
Previous Message Tom Lane 2015-08-15 17:30:42 pgsql: Improve documentation about MVCC-unsafe utility commands.