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-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=027dbf26f15c19c2eac54e408cef035748405641;p=users%2Fbernd%2Fpostgres.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 7bbc698fe2..61b2540c42 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -226,13 +226,13 @@ $Header$ - 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