Re: mark the timestamptz variant of date_bin() as stable

From: Aleksander Alekseev <aleksander(at)timescale(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: John Naylor <john(dot)naylor(at)enterprisedb(dot)com>
Subject: Re: mark the timestamptz variant of date_bin() as stable
Date: 2021-09-23 12:06:19
Message-ID: CAJ7c6TOUH08W5oPGe_DTt5WZqg4OvZnk+iOLfTHXSw3Wjsrtcg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

> the function works as if it was timestamp. E.g. time_bucket_ng("3
> month", "2021 Oct 03 12:34:56 TZ") = "2021 Jan 01 00:00:00 TZ" no

That was a typo. What I meant was:

time_bucket_ng("3 month", "2021 Feb 03 12:34:56 TZ")

February, not October. Sorry for the confusion.

--
Best regards,
Aleksander Alekseev

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2021-09-23 12:33:32 Re: row filtering for logical replication
Previous Message Michael Paquier 2021-09-23 11:51:38 Re: windows build slow due to windows.h includes