Re: Typo in '8.5. Date/Time Types' v16

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Typo in '8.5. Date/Time Types' v16
Дата
Msg-id 521890.1701381459@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Typo in '8.5. Date/Time Types' v16  (PG Doc comments form <noreply@postgresql.org>)
Список pgsql-docs
PG Doc comments form <noreply@postgresql.org> writes:
> In the interval example outputs, for postgres and postgres_verbose.
> It says mons instead of months.

That is in fact the datatype's output format.

regression=# show intervalstyle;
 IntervalStyle 
---------------
 postgres
(1 row)

regression=# select '2 month'::interval;
 interval 
----------
 2 mons
(1 row)

            regards, tom lane



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

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: Typo in '8.5. Date/Time Types' v16
Следующее
От: Shinya Kato
Дата:
Сообщение: Delete description of trigger file