X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 218B0329E72 for ; Sat, 18 Sep 2004 16:29:56 +0100 (BST) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 46156-07 for ; Sat, 18 Sep 2004 15:29:51 +0000 (GMT) Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by svr1.postgresql.org (Postfix) with ESMTP id 6AE2E329E43 for ; Sat, 18 Sep 2004 16:29:50 +0100 (BST) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.12.11/8.12.11) with ESMTP id i8IFToHP004501; Sat, 18 Sep 2004 11:29:50 -0400 (EDT) To: Josh Purinton Cc: pgsql-docs@postgresql.org Subject: Re: timezone default In-reply-to: <20040917210621.GA15644@bayes.joshpurinton.com> References: <20040917210621.GA15644@bayes.joshpurinton.com> Comments: In-reply-to Josh Purinton message dated "Fri, 17 Sep 2004 17:06:21 -0400" Date: Sat, 18 Sep 2004 11:29:49 -0400 Message-ID: <4500.1095521389@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200409/31 X-Sequence-Number: 2550 Josh Purinton writes: > According to > , > 'timestamp' defaults to 'timestamp with time zone'. But that page also > lists 'timestamp' an alias for 'timestamp without time zone'. Good catch. Table 8-9 has the brackets in the right places, but it looks like we missed updating table 8-1. regards, tom lane