X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [64.117.224.130]) by svr1.postgresql.org (Postfix) with ESMTP id 26A6AD1D182 for ; Fri, 5 Sep 2003 20:00:44 +0000 (GMT) Received: from svr1.postgresql.org ([64.117.224.193]) by localhost (neptune.hub.org [64.117.224.130]) (amavisd-new, port 10024) with ESMTP id 15723-01 for ; Fri, 5 Sep 2003 17:00:11 -0300 (ADT) Received: from wolff.to (wolff.to [66.93.249.74]) by svr1.postgresql.org (Postfix) with SMTP id 03279D1D486 for ; Fri, 5 Sep 2003 16:04:58 -0300 (ADT) Received: (qmail 16653 invoked by uid 500); 5 Sep 2003 19:11:14 -0000 Date: Fri, 5 Sep 2003 14:11:14 -0500 From: Bruno Wolff III To: Bruce Momjian Cc: pgsql-docs@postgresql.org Subject: Re: Time input documentation error Message-ID: <20030905191114.GA16630@wolff.to> Mail-Followup-To: Bruce Momjian , pgsql-docs@postgresql.org References: <20030820134307.GA6891@wolff.to> <200309050245.h852jfT20197@candle.pha.pa.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200309050245.h852jfT20197@candle.pha.pa.us> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200309/22 X-Sequence-Number: 1978 On Thu, Sep 04, 2003 at 22:45:41 -0400, Bruce Momjian wrote: > > Seems it is fixed in CVS now: I think Tom fixed it. He responded to my original message. I wasn't sure if he was going to do the fix, but I found that it had been fixed at least a week ago. > test=> select '040506'::time; > time > ---------- > 04:05:06 > (1 row) > t