diff options
author | Tom Lane | 2004-09-18 15:28:16 +0000 |
---|---|---|
committer | Tom Lane | 2004-09-18 15:28:16 +0000 |
commit | 66343dde642b0b65c8d4e6a29a03b5255dc31696 (patch) | |
tree | 71a484eb9bdab9ceafd7b04d9c187278999f3558 /doc/src | |
parent | f44a64901e8a8871cecbf0560ce7a6a3a2921ef4 (diff) |
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 37fdc653ac1..d5841f59ad4 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -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> |