Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b8400c7

Browse files
committed
Here is a documentation patch that makes zulu, etc. all more consistent.
1 parent 269df29 commit b8400c7

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

doc/src/sgml/datatype.sgml

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.126 2003/10/16 04:52:21 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.127 2003/10/22 18:10:53 momjian Exp $
33
-->
44

55
<chapter id="datatype">
@@ -1573,10 +1573,6 @@ SELECT b, char_length(b) FROM test2;
15731573
<entry><literal>04:05 PM</literal></entry>
15741574
<entry>same as 16:05; input hour must be <= 12</entry>
15751575
</row>
1576-
<row>
1577-
<entry><literal>allballs</literal></entry>
1578-
<entry>same as 00:00:00</entry>
1579-
</row>
15801576
<row>
15811577
<entry>04:05:06.789-8</entry>
15821578
<entry>ISO 8601</entry>
@@ -1627,6 +1623,14 @@ SELECT b, char_length(b) FROM test2;
16271623
<entry>-8</entry>
16281624
<entry>ISO-8601 offset for PST</entry>
16291625
</row>
1626+
<row>
1627+
<entry>zulu</entry>
1628+
<entry>Military abbreviation for GMT</entry>
1629+
</row>
1630+
<row>
1631+
<entry>z</entry>
1632+
<entry>Short form of zulu</entry>
1633+
</row>
16301634
</tbody>
16311635
</tgroup>
16321636
</table>
@@ -1828,7 +1832,7 @@ January 8 04:05:06 1999 PST
18281832
<entry>midnight yesterday</entry>
18291833
</row>
18301834
<row>
1831-
<entry><literal>zulu</>, <literal>allballs</>, <literal>z</></entry>
1835+
<entry><literal>allballs</literal></entry>
18321836
<entry><type>time</type></entry>
18331837
<entry>00:00:00.00 UTC</entry>
18341838
</row>

0 commit comments

Comments
 (0)