]> granicus.if.org Git - postgresql/commitdiff
Document what values postgres_fdw sets for each parameter it sets.
authorRobert Haas <rhaas@postgresql.org>
Tue, 7 Mar 2017 15:57:46 +0000 (10:57 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 7 Mar 2017 15:57:46 +0000 (10:57 -0500)
David Rader, reviewed by me.

doc/src/sgml/postgres-fdw.sgml

index b31f3731e498be8d785b2f78755c106b9316e58a..7a9b655d366b4984168e75fc23a96e447b1c36db 100644 (file)
 
   <para>
    <filename>postgres_fdw</> likewise establishes remote session settings
-   for the parameters <xref linkend="guc-timezone">,
-   <xref linkend="guc-datestyle">, <xref linkend="guc-intervalstyle">,
-   and <xref linkend="guc-extra-float-digits">.  These are less likely
-   to be problematic than <varname>search_path</>, but can be handled
-   with function <literal>SET</> options if the need arises.
+   for various parameters: 
+   <itemizedlist spacing="compact">
+    <listitem>
+     <para>
+      <xref linkend="guc-timezone"> is set to <literal>UTC</>
+     </para>
+    </listitem>
+    <listitem>
+     <para>
+      <xref linkend="guc-datestyle"> is set to <literal>ISO</>
+     </para>
+    </listitem>
+    <listitem>
+     <para>
+      <xref linkend="guc-intervalstyle"> is set to <literal>postgres</>
+     </para>
+    </listitem>
+    <listitem>
+     <para>
+      <xref linkend="guc-extra-float-digits"> is set to <literal>3</> for remote
+      servers 9.0 and newer and is set to <literal>2</> for older versions
+     </para>
+    </listitem>
+   </itemizedlist>
+   These are less likely to be problematic than <varname>search_path</>, but 
+   can be handled with function <literal>SET</> options if the need arises.
   </para>
 
   <para>