Put the brackets in the right places in timestamp entries in table 8-1.

Spotted by Josh Purinton.
This commit is contained in:
Tom Lane 2004-09-18 15:28:16 +00:00
parent f44a64901e
commit 66343dde64

View 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>