Add docs about postgres_fdw's setting of search_path and other GUCs.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9a18a2bfb9f93e4a1aa405e752608746e04619f2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-08-15T18:31:11Z
Releases: 9.5.0
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.

Files

PathChange+/−
doc/src/sgml/postgres-fdw.sgml modified +35 −0