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 7bbc698fe298d4ff0a401f42c74ec3744e416326..61b2540c426e3e69401c455a7d5061a6895eea8d 100644 (file)
@@ -226,13 +226,13 @@ $Header$
       </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>