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

From Peter Eisentraut
Subject Re: proposal: simple date constructor from numeric values
Date
Msg-id 51E01CAB.9000201@gmx.net
Whole thread Raw
In response to Re: proposal: simple date constructor from numeric values  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: proposal: simple date constructor from numeric values
List pgsql-hackers
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




pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: ALTER SYSTEM SET command to change postgresql.conf parameters (RE: Proposal for Allow postgresql.conf values to be changed via SQL [review])
Next
From: Josh Berkus
Date:
Subject: Re: column "b" is of type X but expression is of type text