Обсуждение: make create_table.sgml Synopsis section less wide

Поиск
Список
Период
Сортировка

make create_table.sgml Synopsis section less wide

От
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 working on CREATE TABLE LIKE related
features, I came across this minor issue again.

If we make it less wide, then we don't need to scroll horizontally.
please check the attached screenshot to see the effect of the change

what do you think?

Вложения

Re: make create_table.sgml Synopsis section less wide

От
"David G. Johnston"
Дата:
On Thursday, September 25, 2025, jian he <jian.universality@gmail.com> 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_option also too long.

I mentioned this earlier, and while working on CREATE TABLE LIKE related
features, I came across this minor issue again.

If we make it less wide, then we don't need to scroll horizontally.
please check the attached screenshot to see the effect of the change

what do you think?

I’m not able to give this much attention myself at the moment, hence it being in drafts, but here is where this topic presently stands.



David J.