doc: Enhance documentation for postgres_fdw_get_connections() output columns.
authorFujii Masao <fujii@postgresql.org>
Fri, 26 Jul 2024 11:47:05 +0000 (20:47 +0900)
committerFujii Masao <fujii@postgresql.org>
Fri, 26 Jul 2024 11:47:05 +0000 (20:47 +0900)
commit284c030a10b838bb016e8c2de56ae9b845a6b30e
tree2990fab826e6ec30bfb18e610476fb594aeab9a6
parent274bbced85383e831ddeb9d83a8af74c4992e7a1
doc: Enhance documentation for postgres_fdw_get_connections() output columns.

The documentation previously described the output columns of
postgres_fdw_get_connections() in text format, which was manageable
for the original two columns. However, upcoming patches will add
new columns, making text descriptions less readable.

This commit updates the documentation to use a table format,
making it easier for users to understand each output column.

Author: Fujii Masao, Hayato Kuroda
Reviewed-by: Hayato Kuroda
Discussion: https://postgr.es/m/d04aae8d-05f5-42f4-a263-b962334d9f75@oss.nttdata.com
doc/src/sgml/postgres-fdw.sgml