From: Robert Haas Date: Tue, 7 Mar 2017 15:57:46 +0000 (-0500) Subject: Document what values postgres_fdw sets for each parameter it sets. X-Git-Tag: REL_10_BETA1~752 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=889a3f4892b271c502f74082a352447408f6292d;p=thirdparty%2Fpostgresql.git Document what values postgres_fdw sets for each parameter it sets. David Rader, reviewed by me. --- diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml index b31f3731e49..7a9b655d366 100644 --- a/doc/src/sgml/postgres-fdw.sgml +++ b/doc/src/sgml/postgres-fdw.sgml @@ -532,11 +532,32 @@ postgres_fdw likewise establishes remote session settings - for the parameters , - , , - and . These are less likely - to be problematic than search_path, but can be handled - with function SET options if the need arises. + for various parameters: + + + + is set to UTC + + + + + is set to ISO + + + + + is set to postgres + + + + + is set to 3 for remote + servers 9.0 and newer and is set to 2 for older versions + + + + These are less likely to be problematic than search_path, but + can be handled with function SET options if the need arises.