From 089fb6c4ce632bcfc425456df614d61508eff782 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 18 Sep 2004 15:28:03 +0000 Subject: [PATCH] Put the brackets in the right places in timestamp entries in table 8-1. Spotted by Josh Purinton. --- doc/src/sgml/datatype.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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