]> git.ipfire.org Git - thirdparty/postgresql.git/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:16 +0000 (15:28 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 18 Sep 2004 15:28:16 +0000 (15:28 +0000)
Spotted by Josh Purinton.

doc/src/sgml/datatype.sgml

index 37fdc653ac12c02ec8b1662bee3e11b1b7d9a2b0..d5841f59ad4b6e1f5e64747c5a466a00689e6a9f 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.128.2.5 2003/12/01 20:35:04 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.128.2.6 2004/09/18 15:28:16 tgl Exp $
 -->
 
  <chapter id="datatype">
@@ -226,13 +226,13 @@ $Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.128.2.5 2003/12/01 20:35:
       </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>