forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit67f82e9
committed
Mention pg_promote() as a method to trigger promotion in documentation.
Previously in the "Standby Server Operation" section, pg_ctl promote andprotmote_trigger_file were documented as a method to trigger standbypromotion, but pg_promote() function not.This commit also adds parentheses into <function>pg_promote</function>in some docs to make it clearer that a function is being referred to.Author: Masahiro IkedaReviewed-by: Michael Paquier, Laurenz Albe, Tom Lane, Fujii MasaoDiscussion:https://postgr.es/m/de0068417a9f4046bac693cbcc00bdc9@oss.nttdata.com1 parentf192312 commit67f82e9
2 files changed
+5
-4
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4114 | 4114 |
| |
4115 | 4115 |
| |
4116 | 4116 |
| |
4117 |
| - | |
| 4117 | + | |
4118 | 4118 |
| |
4119 | 4119 |
| |
4120 | 4120 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
644 | 644 |
| |
645 | 645 |
| |
646 | 646 |
| |
647 |
| - | |
| 647 | + | |
| 648 | + | |
648 | 649 |
| |
649 | 650 |
| |
650 | 651 |
| |
| |||
1470 | 1471 |
| |
1471 | 1472 |
| |
1472 | 1473 |
| |
1473 |
| - | |
| 1474 | + | |
1474 | 1475 |
| |
1475 | 1476 |
| |
1476 | 1477 |
| |
1477 |
| - | |
| 1478 | + | |
1478 | 1479 |
| |
1479 | 1480 |
| |
1480 | 1481 |
| |
|
0 commit comments
Comments
(0)