Re: PostgreSQL 17 Release Management Team & Feature Freeze

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: PostgreSQL 17 Release Management Team & Feature Freeze
Дата
Msg-id ZhMjQXvJxr8O6Czh@paquier.xyz
обсуждение исходный текст
Ответ на Re: PostgreSQL 17 Release Management Team & Feature Freeze  (David Rowley <dgrowleyml@gmail.com>)
Ответы Re: PostgreSQL 17 Release Management Team & Feature Freeze  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Thu, Apr 04, 2024 at 03:10:27PM +1300, David Rowley wrote:
> Someone asked me about this, so thought it might be useful to post here.

I've received the same question.

> To express this as UTC, It's:
>
> postgres=# select '2024-04-08 00:00-12:00' at time zone 'UTC';
>       timezone
> ---------------------
>  2024-04-08 12:00:00
>
> Or, time remaining, relative to now:
>
> select '2024-04-08 00:00-12:00' - now();

And, as of the moment of typing this email, I get:
=# select '2024-04-08 00:00-12:00' - now() as time_remaining;
 time_remaining
-----------------
 13:10:35.688134
(1 row)

So there is just a bit more than half a day remaining before the
feature freeze is in effect.
--
Michael

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~?
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Add bump memory context type and use it for tuplesorts