Re: BUG #15849: (Document) Generated Columns sample code has a strange expression

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #15849: (Document) Generated Columns sample code has a strange expression
Дата
Msg-id 5953.1560395204@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #15849: (Document) Generated Columns sample code has a strange expression  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> The text in Generated Columns  subsection at 12beta1 and HEAD includes
> "height_in numeric GENERATED ALWAYS AS (height_cm * 2.54) STORED".
> It should be
> "height_in numeric GENERATED ALWAYS AS (height_cm / 2.54) STORED".

Yeah, I think you're right.  Pushed, thanks!

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15836: Casting 'of' to boolean type should throw an invalid input syntax
Следующее
От: Rajput Vishwas Kumar Shankarbhai
Дата:
Сообщение: Not able to create partition table using partition by list method