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

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

Commit: 5f1ee4777e13477a00ec65f8479b700ee8b64644
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-08-15T18:31:22Z
Releases: 9.3.10
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