| From: | Fujii Masao <fujii(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: doc: reformat GRAPH_TABLE examples |
| Date: | 2026-09-01 03:56:12 |
| Message-ID: | E1x1FbX-00000002yph-2gpD@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
doc: reformat GRAPH_TABLE examples
The GRAPH_TABLE examples in ddl.sgml and queries.sgml were written
as single long lines, making their structure harder to read in the
generated documentation.
Reformat these examples so that the graph name, MATCH clause, and
COLUMNS clause appear on separate lines, making them easier to read.
Author: Koshino Taiki <koshino(at)sraoss(dot)co(dot)jp>
Reviewed-by: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
Reviewed-by: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Discussion: https://postgr.es/m/OS9P286MB64860BD6CD6D4B4B0E1CEDE894A32@OS9P286MB6486.JPNP286.PROD.OUTLOOK.COM
Backpatch-through: 19
Branch
------
REL_19_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/07df2b253277321d68d515615ec6c0a3d70ec591
Modified Files
--------------
doc/src/sgml/ddl.sgml | 12 +++++++++---
doc/src/sgml/queries.sgml | 13 +++++++++----
2 files changed, 18 insertions(+), 7 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2026-09-01 05:32:44 | pgsql: Use pg_neg_s{32,64}_overflow() for some overflow checks |
| Previous Message | Fujii Masao | 2026-09-01 03:55:59 | pgsql: doc: reformat GRAPH_TABLE examples |