From: Tom Lane Date: Sat, 18 Sep 2004 15:28:16 +0000 (+0000) Subject: Put the brackets in the right places in timestamp entries in table 8-1. X-Git-Tag: REL7_4_6~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66343dde642b0b65c8d4e6a29a03b5255dc31696;p=thirdparty%2Fpostgresql.git Put the brackets in the right places in timestamp entries in table 8-1. Spotted by Josh Purinton. --- 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 @@ @@ -226,13 +226,13 @@ $Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.128.2.5 2003/12/01 20:35: - timestamp [ (p) ] without time zone + timestamp [ (p) ] [ without time zone ] timestamp date and time - timestamp [ (p) ] [ with time zone ] + timestamp [ (p) ] with time zone timestamptz date and time, including time zone