make create_table.sgml Synopsis section less wide

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: make create_table.sgml Synopsis section less wide
Date: 2025-09-26 00:00:00
Message-ID: CACJufxGnOyVZe5O0gvpUjRtb+_LXdtcEg8rDGxothBVLnz5Wdg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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?

Attachment Content-Type Size
v1-0001-doc-make-create_table.sgml-synopsis-section-less-wide.patch text/x-patch 3.4 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message David G. Johnston 2025-09-26 00:11:11 Re: make create_table.sgml Synopsis section less wide
Previous Message Kirk Parker 2025-09-24 17:21:45 Re: DDL Partitionion Inheritance -- improved trigger function