Commit 089fb6c4 authored by Tom Lane's avatar Tom Lane

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

Spotted by Josh Purinton.
parent 12201637
<!-- <!--
$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"> <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 ...@@ -226,13 +226,13 @@ $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.147 2004/08/10 00:55:02 tgl Ex
</row> </row>
<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><type>timestamp</type></entry>
<entry>date and time</entry> <entry>date and time</entry>
</row> </row>
<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><type>timestamptz</type></entry>
<entry>date and time, including time zone</entry> <entry>date and time, including time zone</entry>
</row> </row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment