You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
doc: Enhance documentation for postgres_fdw_get_connections() output columns.
The documentation previously described the output columns ofpostgres_fdw_get_connections() in text format, which was manageablefor the original two columns. However, upcoming patches will addnew 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 KurodaReviewed-by: Hayato KurodaDiscussion:https://postgr.es/m/d04aae8d-05f5-42f4-a263-b962334d9f75@oss.nttdata.com