@@ -1125,15 +1125,21 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
1125
1125
</listitem>
1126
1126
</varlistentry>
1127
1127
1128
- <varlistentry id="libpq-connect-reusepass" xreflabel="reusepass">
1129
- <term><literal>reusepass</literal></term>
1130
- <listitem>
1131
- <para>
1132
- If we want to disallow to reconnect with prompted password.
1133
- For example on idle_session_timeout disconnect.
1134
- </para>
1135
- </listitem>
1136
- </varlistentry>
1128
+ <varlistentry id="libpq-connect-reusepass" xreflabel="reusepass">
1129
+ <term><literal>reusepass</literal></term>
1130
+ <listitem>
1131
+ <para>
1132
+ Specifies whether reusing the prompted password is allowed when
1133
+ reestablishing connections. To forbid password reuse, set
1134
+ <literal>reusepass</literal> to <literal>no</literal>. You can use
1135
+ this option together with <xref linkend="guc-idle-session-timeout">
1136
+ to define the reconnection behavior for sessions terminated by timeout.
1137
+ </para>
1138
+ <para>
1139
+ Default: <literal>yes</literal>
1140
+ </para>
1141
+ </listitem>
1142
+ </varlistentry>
1137
1143
1138
1144
<varlistentry id="libpq-connect-connect-timeout" xreflabel="connect_timeout">
1139
1145
<term><literal>connect_timeout</literal></term>
@@ -7144,16 +7150,16 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
7144
7150
</para>
7145
7151
</listitem>
7146
7152
7147
- <listitem>
7148
- <para>
7149
- <indexterm>
7150
- <primary><envar>PGREUSEPASS</envar></primary>
7151
- </indexterm>
7152
- <envar>PGREUSEPASS</envar> behaves the same as the <xref
7153
- linkend="libpq-connect-reusepass"> connection parameter.
7154
- Use of this environment variable can stop reconnection.
7155
- </para>
7156
- </listitem>
7153
+ <listitem>
7154
+ <para>
7155
+ <indexterm>
7156
+ <primary><envar>PGREUSEPASS</envar></primary>
7157
+ </indexterm>
7158
+ <envar>PGREUSEPASS</envar> behaves the same as the <xref
7159
+ linkend="libpq-connect-reusepass"> connection parameter.
7160
+ Use of this environment variable can disable automatic reconnection.
7161
+ </para>
7162
+ </listitem>
7157
7163
7158
7164
<listitem>
7159
7165
<para>
0 commit comments