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 <[email protected]> Reviewed-by: Ashutosh Bapat <[email protected]> Reviewed-by: Fujii Masao <[email protected]> Discussion: https://postgr.es/m/os9p286mb64860bd6cd6d4b4b0e1cede894...@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(-)
