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 ------ 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(-)
