File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<chapter id="datatype">
@@ -1573,10 +1573,6 @@ SELECT b, char_length(b) FROM test2;
1573
1573
<entry><literal>04:05 PM</literal></entry>
1574
1574
<entry>same as 16:05; input hour must be <= 12</entry>
1575
1575
</row>
1576
- <row>
1577
- <entry><literal>allballs</literal></entry>
1578
- <entry>same as 00:00:00</entry>
1579
- </row>
1580
1576
<row>
1581
1577
<entry>04:05:06.789-8</entry>
1582
1578
<entry>ISO 8601</entry>
@@ -1627,6 +1623,14 @@ SELECT b, char_length(b) FROM test2;
1627
1623
<entry>-8</entry>
1628
1624
<entry>ISO-8601 offset for PST</entry>
1629
1625
</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>
1630
1634
</tbody>
1631
1635
</tgroup>
1632
1636
</table>
@@ -1828,7 +1832,7 @@ January 8 04:05:06 1999 PST
1828
1832
<entry>midnight yesterday</entry>
1829
1833
</row>
1830
1834
<row>
1831
- <entry><literal>zulu</>, <literal> allballs</>, < literal>z</ ></entry>
1835
+ <entry><literal>allballs</literal></entry>
1832
1836
<entry><type>time</type></entry>
1833
1837
<entry>00:00:00.00 UTC</entry>
1834
1838
</row>
You can’t perform that action at this time.
0 commit comments