From: Tom Lane Date: Sat, 18 Sep 2004 15:28:03 +0000 (+0000) Subject: Put the brackets in the right places in timestamp entries in table 8-1. X-Git-Tag: REL8_0_0BETA3~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=089fb6c4ce632bcfc425456df614d61508eff782;p=postgresql 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 c35ef9edb4..d15d7b398e 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,5 +1,5 @@ @@ -226,13 +226,13 @@ $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.147 2004/08/10 00:55:02 tgl Ex - 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