You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -317,7 +317,7 @@ Logical verification of database cluster requires the following additional setup
317
317
318
318
CREATE EXTENSION amcheck;
319
319
320
-
- To perform logical verification the followingrights are requiared:
320
+
- To perform logical verification the followingpermissions are requiared:
321
321
322
322
```
323
323
GRANT SELECT ON TABLE pg_catalog.pg_am TO backup;
@@ -503,7 +503,7 @@ Copied to archive WAL segments are synced to disk.
503
503
504
504
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).
505
505
506
-
For details, seesection[Archiving Options](#archiving-options)
506
+
For details, seesections[Archiving Options](#archiving-options) and[Compression Options](#compression-options).
507
507
508
508
####archive-get
509
509
@@ -792,6 +792,8 @@ Alias for `--compress-algorithm=zlib` and `--compress-level=1`.
792
792
793
793
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.
794
794
795
+
Additionally[Remote Mode Options](#remote-mode-options) and[Logging Options](#logging-options) can be used.
796
+
795
797
--wal-file-path=wal_file_path %p
796
798
Provides the path to the WAL file in`archive_command` and`restore_command`. The %p variable is required for correct processing.