On Thursday, September 25, 2025, jian he
wrote:
> hi.
>
> https://www.postgresql.org/docs/devel/sql-createtable.html
> Synopsis section,
> The second line is currently too long, and the explanation for
> exclude_element
> (the third line from the bottom) is also quite wide (lengthy), the
> like_
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/17/datatype-enum.html
Description:
In section 8.7.3. Type Safety one can observe a the following statement in
the examples.
INSERT INTO holidays(num_weeks,happiness) VALUES (2, 'sad');
This
hi.
https://www.postgresql.org/docs/devel/sql-createtable.html
Synopsis section,
The second line is currently too long, and the explanation for exclude_element
(the third line from the bottom) is also quite wide (lengthy), the
like_option also too long.
I mentioned this earlier, and while workin