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
7da8623a
Commit
7da8623a
authored
Jan 09, 2005
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Last batch of updates in response to 7.4 interactive docs comments.
parent
7bbdb078
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
451 additions
and
453 deletions
+451
-453
doc/src/sgml/datetime.sgml
doc/src/sgml/datetime.sgml
+451
-453
No files found.
doc/src/sgml/datetime.sgml
View file @
7da8623a
<!--
$PostgreSQL: pgsql/doc/src/sgml/datetime.sgml,v 2.4
4 2004/12/28 15:25:55
tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/datetime.sgml,v 2.4
5 2005/01/09 18:58:10
tgl Exp $
-->
<appendix id="datetime-appendix">
...
...
@@ -190,11 +190,11 @@ $PostgreSQL: pgsql/doc/src/sgml/datetime.sgml,v 2.44 2004/12/28 15:25:55 tgl Exp
<para>
<xref linkend="datetime-month-table"> shows the tokens that are
permissible as abbreviations for the names of the month
.
recognized as names of months
.
</para>
<table id="datetime-month-table">
<title>Month
Abbreviation
s</title>
<title>Month
Name
s</title>
<tgroup cols="2">
<thead>
<row>
...
...
@@ -204,72 +204,69 @@ $PostgreSQL: pgsql/doc/src/sgml/datetime.sgml,v 2.44 2004/12/28 15:25:55 tgl Exp
</thead>
<tbody>
<row>
<entry>April</entry>
<entry>Apr</entry>
</row>
<row>
<entry>August</entry>
<entry>Aug</entry>
</row>
<row>
<entry>December</entry>
<entry>Dec</entry>
<entry>January</entry>
<entry>Jan</entry>
</row>
<row>
<entry>February</entry>
<entry>Feb</entry>
</row>
<row>
<entry>January
</entry>
<entry>Jan
</entry>
<entry>March
</entry>
<entry>Mar
</entry>
</row>
<row>
<entry>July</entry>
<entry>Jul</entry>
<entry>April</entry>
<entry>Apr</entry>
</row>
<row>
<entry>May</entry>
<entry></entry>
</row>
<row>
<entry>June</entry>
<entry>Jun</entry>
</row>
<row>
<entry>March
</entry>
<entry>Mar
</entry>
<entry>July
</entry>
<entry>Jul
</entry>
</row>
<row>
<entry>November</entry>
<entry>Nov</entry>
<entry>August</entry>
<entry>Aug</entry>
</row>
<row>
<entry>September</entry>
<entry>Sep, Sept</entry>
</row>
<row>
<entry>October</entry>
<entry>Oct</entry>
</row>
<row>
<entry>September</entry>
<entry>Sep, Sept</entry>
<entry>November</entry>
<entry>Nov</entry>
</row>
<row>
<entry>December</entry>
<entry>Dec</entry>
</row>
</tbody>
</tgroup>
</table>
<note>
<para>
The month May has no explicit abbreviation, for obvious reasons.
</para>
</note>
<para>
<xref linkend="datetime-dow-table"> shows the tokens that are
permissible as abbreviations for the names of the days of the
week.
recognized as names of days of the week.
</para>
<table id="datetime-dow-table">
<title>Day of the Week
Abbreviation
s</title>
<title>Day of the Week
Name
s</title>
<tgroup cols="2">
<thead>
<row>
<entry>Day</entry>
<entry>Abbreviation
</entry>
<entry>Abbreviations
</entry>
</row>
</thead>
<tbody>
...
...
@@ -322,7 +319,7 @@ $PostgreSQL: pgsql/doc/src/sgml/datetime.sgml,v 2.44 2004/12/28 15:25:55 tgl Exp
<tbody>
<row>
<entry><literal>ABSTIME</literal></entry>
<entry>Key word i
gnored</entry>
<entry>I
gnored</entry>
</row>
<row>
<entry><literal>AM</literal></entry>
...
...
@@ -330,7 +327,7 @@ $PostgreSQL: pgsql/doc/src/sgml/datetime.sgml,v 2.44 2004/12/28 15:25:55 tgl Exp
</row>
<row>
<entry><literal>AT</literal></entry>
<entry>Key word i
gnored</entry>
<entry>I
gnored</entry>
</row>
<row>
<entry><literal>JULIAN</>, <literal>JD</>, <literal>J</></entry>
...
...
@@ -338,7 +335,7 @@ $PostgreSQL: pgsql/doc/src/sgml/datetime.sgml,v 2.44 2004/12/28 15:25:55 tgl Exp
</row>
<row>
<entry><literal>ON</literal></entry>
<entry>Key word i
gnored</entry>
<entry>I
gnored</entry>
</row>
<row>
<entry><literal>PM</literal></entry>
...
...
@@ -370,8 +367,9 @@ $PostgreSQL: pgsql/doc/src/sgml/datetime.sgml,v 2.44 2004/12/28 15:25:55 tgl Exp
<xref linkend="datetime-timezone-input-table"> shows the time zone
abbreviations recognized by <productname>PostgreSQL</productname>
in date/time input values. Note that these names are <emphasis>not</>
used for date/time output — display is driven by the currently
selected <xref linkend="guc-timezone"> parameter setting. (It is
necessarily used for date/time output — output is driven by the
official timezone abbreviation(s) associated with the currently selected
<xref linkend="guc-timezone"> parameter setting. (It is
likely that future releases will make some use of <varname>timezone</>
for input as well.)
</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