Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
889a3f48
Commit
889a3f48
authored
Mar 07, 2017
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document what values postgres_fdw sets for each parameter it sets.
David Rader, reviewed by me.
parent
cd87a5ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
5 deletions
+26
-5
doc/src/sgml/postgres-fdw.sgml
doc/src/sgml/postgres-fdw.sgml
+26
-5
No files found.
doc/src/sgml/postgres-fdw.sgml
View file @
889a3f48
...
...
@@ -532,11 +532,32 @@
<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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment