diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-09-18 15:28:03 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-09-18 15:28:03 +0000 |
commit | 089fb6c4ce632bcfc425456df614d61508eff782 (patch) | |
tree | b067e8abb9d3f3f61ca88b721241b628ebe54581 /doc/src | |
parent | 122016379da253b1645c7af1b800554e0c96cb68 (diff) | |
download | postgresql-089fb6c4ce632bcfc425456df614d61508eff782.tar.gz postgresql-089fb6c4ce632bcfc425456df614d61508eff782.zip |
Put the brackets in the right places in timestamp entries in table 8-1.
Spotted by Josh Purinton.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/datatype.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index c35ef9edb46..d15d7b398e4 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -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> |