diff options
author | Michael Paquier <michael@paquier.xyz> | 2021-04-29 11:44:24 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2021-04-29 11:44:24 +0900 |
commit | 2977f244bc7e64e046364122be3fef08aa6efef9 (patch) | |
tree | 4d8e9ff82be6bd74fc0857c98ea68dbaa986b417 /doc/src | |
parent | 9626325da5e8e23ff90091bc96535495d350f06e (diff) | |
download | postgresql-2977f244bc7e64e046364122be3fef08aa6efef9.tar.gz postgresql-2977f244bc7e64e046364122be3fef08aa6efef9.zip |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/libpq.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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 <listitem> <para> first try to find a standby server, but if none of the listed - hosts is a standby server, try again in <literal>all</literal> + hosts is a standby server, try again in <literal>any</literal> mode </para> </listitem> |