| 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:55:59 |
| Message-ID: | E1x1FbK-00000002yoS-3hCl@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
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/a20d3e35f2c00938c5329cbf570160184f4f0a69
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 | Fujii Masao | 2026-09-01 03:56:12 | pgsql: doc: reformat GRAPH_TABLE examples |
| Previous Message | Fujii Masao | 2026-09-01 02:45:13 | pgsql: Fix integer to_char() overflow with V format |