public inbox for [email protected]
help / color / mirror / Atom feedRe: Time input documentation error
2+ messages / 2 participants
[nested] [flat]
* Re: Time input documentation error
@ 2003-09-05 02:45 Bruce Momjian <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Bruce Momjian @ 2003-09-05 02:45 UTC (permalink / raw)
To: Bruno Wolff III <[email protected]>; +Cc: pgsql-docs
Bruno Wolff III wrote:
> In table 8.11 in the 7.4 docs the following line:
> 040506 ISO 8601
> suggests that '040506' is a valid input format for time. But in fact
> it isn't accepted by either 7.3 or 7.4.
>
> For example:
> area=> select '040506'::time;
> ERROR: invalid input syntax for time: "040506"
>
> I built using the intger datetimes option in case that makes a difference.
Seems it is fixed in CVS now:
test=> select '040506'::time;
time
----------
04:05:06
(1 row)
t
--
Bruce Momjian | http://candle.pha.pa.us
[email protected] | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: Time input documentation error
@ 2003-09-05 19:11 Bruno Wolff III <[email protected]>
parent: Bruce Momjian <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Bruno Wolff III @ 2003-09-05 19:11 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; +Cc: pgsql-docs
On Thu, Sep 04, 2003 at 22:45:41 -0400,
Bruce Momjian <[email protected]> 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
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2003-09-05 19:11 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2003-09-05 02:45 Re: Time input documentation error Bruce Momjian <[email protected]>
2003-09-05 19:11 ` Bruno Wolff III <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox