Skip to content

Commit 2977f24

Browse files
committed
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
1 parent 9626325 commit 2977f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1965,7 +1965,7 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
19651965
<listitem>
19661966
<para>
19671967
first try to find a standby server, but if none of the listed
1968-
hosts is a standby server, try again in <literal>all</literal>
1968+
hosts is a standby server, try again in <literal>any</literal>
19691969
mode
19701970
</para>
19711971
</listitem>

0 commit comments

Comments
 (0)