Re: proposal: simple date constructor from numeric values - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: proposal: simple date constructor from numeric values
Date
Msg-id CAFj8pRC7cMKrBN9k=ZUuCziWbCq6de29FTZRPP8wFMdCSOeRsg@mail.gmail.com
Whole thread Raw
In response to Re: proposal: simple date constructor from numeric values  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: proposal: simple date constructor from numeric values
Re: proposal: simple date constructor from numeric values
List pgsql-hackers
Hello

2013/7/12 Peter Eisentraut <peter_e@gmx.net>:
> There is a small inconsistency:
>
> select time '12:30:57.123456789';
>
> gives
>
> 12:30:57.123457
>
> but
>
> select make_time(12, 30, 57.123456789);
>
> gives
>
> 12:30:57.123456

fixed - see attached patch

Regards

Pavel

>

Attachment

pgsql-hackers by date:

Previous
From: Cédric Villemain
Date:
Subject: Re: [Review] Re: minor patch submission: CREATE CAST ... AS EXPLICIT
Next
From: Peter Eisentraut
Date:
Subject: ecpg prototype mismatch