Skip to content

Commit 0ee57a2

Browse files
committed
Update concepts-read-replicas.md
1 parent 1620f28 commit 0ee57a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/concepts-read-replicas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ PostgreSQL requires the value of the `max_connections` parameter on the read rep
119119
If you try to update the server values, but don't adhere to the limits, you receive an error.
120120

121121
### max_prepared_transactions
122-
[PostgreSQL requires](https://www.postgresql.org/docs/10/hot-standby.html) the value of the `max_prepared_transactions` parameter on the read replica to be greater than or equal to the master value; otherwise, the replica won't start. If you want to change `max_prepared_transactions` on the master, first change it on the replicas.
122+
[PostgreSQL requires](https://www.postgresql.org/docs/10/runtime-config-resource.html#GUC-MAX-PREPARED-TRANSACTIONS) the value of the `max_prepared_transactions` parameter on the read replica to be greater than or equal to the master value; otherwise, the replica won't start. If you want to change `max_prepared_transactions` on the master, first change it on the replicas.
123123

124124
### Stopped replicas
125125
If you stop replication between a master server and a read replica, the replica restarts to apply the change. The stopped replica becomes a standalone server that accepts both reads and writes. The standalone server can't be made into a replica again.

0 commit comments

Comments
 (0)