Re: Change seconds argument of make_*() functions to numeric

2020-12-17 Thread Tom Lane
Peter Eisentraut writes: > Along with the discussed change of the return type of EXTRACT from > float8 to numeric [0], I was looking around what other date/time APIs > might be using float arguments or return values. The only thing left > appears to be the functions make_time, make_timestamp,

Re: Change seconds argument of make_*() functions to numeric

2020-12-17 Thread Pavel Stehule
čt 17. 12. 2020 v 17:43 odesílatel Peter Eisentraut < peter.eisentr...@enterprisedb.com> napsal: > Along with the discussed change of the return type of EXTRACT from > float8 to numeric [0], I was looking around what other date/time APIs > might be using float arguments or return values. The only

Change seconds argument of make_*() functions to numeric

2020-12-17 Thread Peter Eisentraut
[0]: https://www.postgresql.org/message-id/flat/42b73d2d-da12-ba9f-570a-420e0cce1...@phystech.edu From 4b9f7e7d46d26f2c163abdfbb40dabcb6d2927e9 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 16 Dec 2020 18:08:57 +0100 Subject: [PATCH] Change seconds argument of make_*() functions to nu