@@ -19278,14 +19278,16 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
1927819278 </entry>
1927919279 <entry><type>boolean</type></entry>
1928019280 <entry>
19281- Promotes a physical standby server. Returns <literal>true</literal>
19282- if promotion is successful and <literal>false</literal> otherwise.
19283- With <parameter>wait</parameter> set to <literal>true</literal>, the
19284- default, the function waits until promotion is completed or
19285- <parameter>wait_seconds</parameter> seconds have passed, otherwise the
19286- function returns immediately after sending the promotion signal to the
19287- postmaster. This function is restricted to superusers by default, but
19288- other users can be granted EXECUTE to run the function.
19281+ Promotes a physical standby server. With <parameter>wait</parameter>
19282+ set to <literal>true</literal> (the default), the function waits until
19283+ promotion is completed or <parameter>wait_seconds</parameter> seconds
19284+ have passed, and returns <literal>true</literal> if promotion is
19285+ successful and <literal>false</literal> otherwise.
19286+ If <parameter>wait</parameter> is set to <literal>false</literal>, the
19287+ function returns <literal>true</literal> immediately after sending
19288+ <literal>SIGUSR1</literal> to the postmaster to trigger the promotion.
19289+ This function is restricted to superusers by default, but other users
19290+ can be granted EXECUTE to run the function.
1928919291 </entry>
1929019292 </row>
1929119293 <row>
0 commit comments