Skip to content

Commit 2a87440

Browse files
committed
Documentation: minor update
1 parent 8fa0bbc commit 2a87440

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Documentation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Logical verification of database cluster requires the following additional setup
317317

318318
CREATE EXTENSION amcheck;
319319

320-
- To perform logical verification the following rights are requiared:
320+
- To perform logical verification the following permissions are requiared:
321321

322322
```
323323
GRANT SELECT ON TABLE pg_catalog.pg_am TO backup;
@@ -503,7 +503,7 @@ Copied to archive WAL segments are synced to disk.
503503

504504
You can use `archive-push` in [archive_command](https://www.postgresql.org/docs/current/runtime-config-wal.html#GUC-ARCHIVE-COMMAND) PostgreSQL parameter to set up [continous WAl archiving](#setting-up-continuous-wal-archiving).
505505

506-
For details, see section [Archiving Options](#archiving-options)
506+
For details, see sections [Archiving Options](#archiving-options) and [Compression Options](#compression-options).
507507

508508
#### archive-get
509509

@@ -792,6 +792,8 @@ Alias for `--compress-algorithm=zlib` and `--compress-level=1`.
792792

793793
These options can be used with [archive-push](#archive-push) command in [archive_command](https://www.postgresql.org/docs/current/runtime-config-wal.html#GUC-ARCHIVE-COMMAND) setting and [archive-get](#archive-get) command in [restore_command](https://www.postgresql.org/docs/current/archive-recovery-settings.html#RESTORE-COMMAND) setting.
794794

795+
Additionally [Remote Mode Options](#remote-mode-options) and [Logging Options](#logging-options) can be used.
796+
795797
--wal-file-path=wal_file_path %p
796798
Provides the path to the WAL file in `archive_command` and `restore_command`. The %p variable is required for correct processing.
797799

0 commit comments

Comments
 (0)