Skip to content

Commit

Permalink
Correcting postgresql version where pg_checkpoint is available.
Browse files Browse the repository at this point in the history
  • Loading branch information
kneckinator authored and martinmarques committed Apr 16, 2024
1 parent 2bb5556 commit 00899b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/21-preliminary_steps.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ GRANT EXECUTE ON FUNCTION pg_stop_backup(boolean, boolean) to barman;

It is worth noting that with PostgreSQL version 13 and below without a real
superuser, the `--force` option of the `barman switch-wal` command will not work.
If you are running PostgreSQL version 14 or above, you can grant the `pg_checkpoint`
If you are running PostgreSQL version 15 or above, you can grant the `pg_checkpoint`
role, so you can use this feature without a superuser:

``` sql
Expand Down

0 comments on commit 00899b7

Please sign in to comment.