From 2977f244bc7e64e046364122be3fef08aa6efef9 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Thu, 29 Apr 2021 11:44:24 +0900 Subject: [PATCH] doc: Fix description of target_session_attrs=prefer-standby If no standbys can be found in the set of connection points provided, the fallback behavior is "any", and not "all" that does not exist. Author: Greg Nancarrow Reviewed-by: Laurenz Albe Discussion: https://postgr.es/m/CAJcOf-fDaCv8qCpWH7k5Yh6zFxZeUwZowu4sCWQ2zFx4CdkHpA@mail.gmail.com --- doc/src/sgml/libpq.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 7bcb7504a6e..174a6b7f37b 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1965,7 +1965,7 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname first try to find a standby server, but if none of the listed - hosts is a standby server, try again in all + hosts is a standby server, try again in any mode