Skip to content

Commit efdca42

Browse files
committed
Fix documentation irw recovery_template parameter
1 parent 14a835d commit efdca42

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

script/pgsqlms

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,13 +1047,14 @@ The system owner of your instance's process
10471047
10481048
=item B<recovery_template>
10491049
1050-
B<ONLY> for PostgreSQL 11 and bellow. This parameter is IGNORED for
1051-
PostgreSQL 12 and higher. The cluster will refuse to start if a template
1052-
file is found.
1050+
B<ONLY> for PostgreSQL 11 and bellow.
10531051
10541052
The local template that will be copied as the C<PGDATA/recovery.conf> file.
10551053
This template file must exists on all node.
10561054
1055+
With PostgreSQL 12 and higher, the cluster will refuse to start if this
1056+
parameter is set or a template file is found.
1057+
10571058
(optional, string, default "$PGDATA/recovery.conf.pcmk")
10581059
10591060
=item B<maxlag>

0 commit comments

Comments
 (0)