doc: Enhance documentation for postgres_fdw_get_connections() output columns.

Fujii Masao <fujii@postgresql.org>

Commit: 284c030a10b838bb016e8c2de56ae9b845a6b30e
Author: Fujii Masao <fujii@postgresql.org>
Date: 2024-07-26T11:47:05Z
Releases: 18.0
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

Files

PathChange+/−
doc/src/sgml/postgres-fdw.sgml modified +42 −11

Documentation touched

Discussion