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
b8400c7f
Commit
b8400c7f
authored
Oct 22, 2003
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Here is a documentation patch that makes zulu, etc. all more consistent.
parent
269df29e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
doc/src/sgml/datatype.sgml
doc/src/sgml/datatype.sgml
+10
-6
No files found.
doc/src/sgml/datatype.sgml
View file @
b8400c7f
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.12
6 2003/10/16 04:52:21 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.12
7 2003/10/22 18:10:53 momjian
Exp $
-->
<chapter id="datatype">
...
...
@@ -1573,10 +1573,6 @@ SELECT b, char_length(b) FROM test2;
<entry><literal>04:05 PM</literal></entry>
<entry>same as 16:05; input hour must be <= 12</entry>
</row>
<row>
<entry><literal>allballs</literal></entry>
<entry>same as 00:00:00</entry>
</row>
<row>
<entry>04:05:06.789-8</entry>
<entry>ISO 8601</entry>
...
...
@@ -1627,6 +1623,14 @@ SELECT b, char_length(b) FROM test2;
<entry>-8</entry>
<entry>ISO-8601 offset for PST</entry>
</row>
<row>
<entry>zulu</entry>
<entry>Military abbreviation for GMT</entry>
</row>
<row>
<entry>z</entry>
<entry>Short form of zulu</entry>
</row>
</tbody>
</tgroup>
</table>
...
...
@@ -1828,7 +1832,7 @@ January 8 04:05:06 1999 PST
<entry>midnight yesterday</entry>
</row>
<row>
<entry><literal>
zulu</>, <literal>allballs</>, <literal>z</
></entry>
<entry><literal>
allballs</literal
></entry>
<entry><type>time</type></entry>
<entry>00:00:00.00 UTC</entry>
</row>
...
...
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