]> granicus.if.org Git - postgresql/commitdiff
Put the brackets in the right places in timestamp entries in table 8-1.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 18 Sep 2004 15:28:03 +0000 (15:28 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 18 Sep 2004 15:28:03 +0000 (15:28 +0000)
Spotted by Josh Purinton.

doc/src/sgml/datatype.sgml

index c35ef9edb46097b6921935bb4632bb1fe81ea4d6..d15d7b398e4d57c1d6081d13d758c42712e8a7ef 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.147 2004/08/10 00:55:02 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.148 2004/09/18 15:28:03 tgl Exp $
 -->
 
  <chapter id="datatype">
@@ -226,13 +226,13 @@ $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.147 2004/08/10 00:55:02 tgl Ex
       </row>
 
       <row>
-       <entry><type>timestamp [ (<replaceable>p</replaceable>) ] without time zone</type></entry>
+       <entry><type>timestamp [ (<replaceable>p</replaceable>) ] [ without time zone ]</type></entry>
        <entry><type>timestamp</type></entry>
        <entry>date and time</entry>
       </row>
 
       <row>
-       <entry><type>timestamp [ (<replaceable>p</replaceable>) ] [ with time zone ]</type></entry>
+       <entry><type>timestamp [ (<replaceable>p</replaceable>) ] with time zone</type></entry>
        <entry><type>timestamptz</type></entry>
        <entry>date and time, including time zone</entry>
       </row>