Received: from localhost (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with ESMTP id 9C40C475AA1 for ; Fri, 22 Nov 2002 08:50:39 -0500 (EST) Received: from wolff.to (wolff.to [66.93.197.35]) by postgresql.org (Postfix) with SMTP id 1E748475921 for ; Fri, 22 Nov 2002 08:50:39 -0500 (EST) Received: (qmail 17331 invoked by uid 500); 22 Nov 2002 14:00:47 -0000 Date: Fri, 22 Nov 2002 08:00:47 -0600 From: Bruno Wolff III To: pgsql-docs@postgresql.org Subject: 7.3 rc1 timestamp description typos Message-ID: <20021122140047.GA17297@wolff.to> Mail-Followup-To: pgsql-docs@postgresql.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i X-Virus-Scanned: by AMaViS new-20020517 X-Archive-Number: 200211/26 X-Sequence-Number: 1550 In section 5.5.1.3 the following paragraph has a couple of typos: Time stamp types exist as timestamp [ (p) ], timestamp [ (p) ] without time zone and timestamp [ (p) ] without time zone. A plain timestamp is equivalent to timestamp without timezone. timestamp [ (p) ] without time zone is repeated twice in the list and timestamp [ (p) } with time zone wasn't listed. The last sentence uses "timezone" instead of "time zone".