From: Jeff Davis Date: Fri, 10 Apr 2026 03:29:42 +0000 (-0700) Subject: Document new catalog columns, missed in commit 8185bb5347. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90630ec42939d074ecc7b6b959b48252eed32646;p=thirdparty%2Fpostgresql.git Document new catalog columns, missed in commit 8185bb5347. Reported-by: "Shinoda, Noriyoshi (PSD Japan FSI)" Co-authored-by: "Shinoda, Noriyoshi (PSD Japan FSI)" Discussion: https://postgr.es/m/LV8PR84MB3787135EBDBF7747A05731F3EE592@LV8PR84MB3787.NAMPRD84.PROD.OUTLOOK.COM --- diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 0b3e6308d56..4b474c13917 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -4181,6 +4181,19 @@ SCRAM-SHA-256$<iteration count>:&l + + + fdwconnection oid + (references pg_proc.oid) + + + References a connection function that is responsible for creating a + connection string for a subscription when the subscription uses a + server based on this foreign-data wrapper. Zero if this foreign-data + wrapper does not support subscription connections. + + + fdwacl aclitem[] @@ -8714,12 +8727,22 @@ SCRAM-SHA-256$<iteration count>:&l + + + subserver oid + (references pg_foreign_server.oid) + + + Foreign server to use for the connection string. Zero if subconninfo is nonnull. + + + subconninfo text - Connection string to the upstream database + Connection string to the upstream database. NULL if subserver is nonzero.