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 6888A329CFD for ; Fri, 17 Sep 2004 22:05:41 +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 15225-04 for ; Fri, 17 Sep 2004 21:05:36 +0000 (GMT) Received: from landau.q86.org (h00e02935f0f5.ne.client2.attbi.com [65.96.237.122]) by svr1.postgresql.org (Postfix) with SMTP id BAA61329CDD for ; Fri, 17 Sep 2004 22:05:36 +0100 (BST) Received: (qmail 15650 invoked by uid 1000); 17 Sep 2004 21:06:23 -0000 Date: Fri, 17 Sep 2004 17:06:21 -0400 From: Josh Purinton To: pgsql-docs@postgresql.org Subject: timezone default Message-ID: <20040917210621.GA15644@bayes.joshpurinton.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i 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/30 X-Sequence-Number: 2549 According to , 'timestamp' defaults to 'timestamp with time zone'. But that page also lists 'timestamp' an alias for 'timestamp without time zone'. Something's not right. -- Josh Purinton