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
77c7e8bc
Commit
77c7e8bc
authored
Apr 15, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify meaning of second DateStyle value.
parent
18229e08
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
11 deletions
+12
-11
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+12
-11
No files found.
doc/src/sgml/runtime.sgml
View file @
77c7e8bc
<!--
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.25
8 2004/04/07 05:05:49
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.25
9 2004/04/15 04:46:18
momjian Exp $
-->
<Chapter Id="runtime">
...
...
@@ -2433,17 +2433,18 @@ SET ENABLE_SEQSCAN TO OFF;
<indexterm><primary>date style</></>
<listitem>
<para>
Sets the display format for date and time values, as well as
the rules for interpreting ambiguous date input values.
For
historical reasons, this variable contains two independent
Sets the display format for date and time values, as well as
the
rules for interpreting ambiguous date input values. For
historical reasons, this variable contains two independent
components: the output format specification (<literal>ISO</>,
<literal>Postgres</>, <literal>SQL</>, or <literal>German</>) and
the date field order specification (<literal>DMY</>, <literal>MDY</>,
or <literal>YMD</>). These can be set separately or together.
The keywords <literal>Euro</> and <literal>European</> are synonyms
for <literal>DMY</>; the keywords <literal>US</>, <literal>NonEuro</>,
and <literal>NonEuropean</> are synonyms for <literal>MDY</>.
See <xref linkend="datatype-datetime"> for more information. The
<literal>Postgres</>, <literal>SQL</>, or <literal>German</>)
and the input/output specification for year/month/day ordering
(<literal>DMY</>, <literal>MDY</>, or <literal>YMD</>). These
can be set separately or together. The keywords <literal>Euro</>
and <literal>European</> are synonyms for <literal>DMY</>; the
keywords <literal>US</>, <literal>NonEuro</>, and
<literal>NonEuropean</> are synonyms for <literal>MDY</>. See
<xref linkend="datatype-datetime"> for more information. The
default is <literal>ISO, MDY</>.
</para>
</listitem>
...
...
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