Re: make create_table.sgml Synopsis section less wide

2025-09-25 Thread David G. Johnston
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_

Confusion in section 8.7.3. Type Safety

2025-09-25 Thread PG Doc comments form
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

make create_table.sgml Synopsis section less wide

2025-09-25 Thread jian he
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