| From: | jian he <jian(dot)universality(at)gmail(dot)com> |
|---|---|
| To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | make sql-createtable.html less wider |
| Date: | 2024-10-28 00:19:00 |
| Message-ID: | CACJufxHJdA00553D+F0VepUT4AfzUfZuqVWt4uT504PnujLdiw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi.
in sql-createtable.html
{ column_name data_type [ STORAGE { PLAIN | EXTERNAL | EXTENDED | MAIN
| DEFAULT } ] [ COMPRESSION compression_method ] [ COLLATE collation ]
[ column_constraint [ ... ] ]
The above is a single line.
I feel it is too wide.
Can we make it into two lines?
specifically, by moving "[ COLLATE collation ] [ column_constraint [ ... ] ]"
into the next line.
please see attached picture.
| Attachment | Content-Type | Size |
|---|---|---|
| image.png | image/png | 271.0 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Masahiko Sawada | 2024-10-28 00:19:45 | Re: Assertion failure when autovacuum drops orphan temp indexes. |
| Previous Message | Michael Paquier | 2024-10-28 00:07:50 | Re: Set query_id for query contained in utility statement |