Skip to content

Commit 8f0de84

Browse files
committed
Update pg_arman.md
1 parent 5c2ce8a commit 8f0de84

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

doc/pg_arman.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -312,26 +312,26 @@ Parameters to connect PostgreSQL server.
312312
Some of parameters can be specified as command line arguments, environment
313313
variables or in configuration file as follows:
314314
```
315-
Short Long Env File
316-
-h --host PGHOST No
317-
-p --port PGPORT No
318-
-d --dbname PGDATABASE No
319-
-U --username PGUSER No
320-
PGPASSWORD No
321-
-w --password No
322-
-W --no-password No
323-
-D --pgdata PGDATA Yes
324-
-B --backup-path BACKUP_PATH Yes
325-
-A --arclog-path ARCLOG_PATH Yes
326-
-b --backup-mode BACKUP_MODE Yes
327-
-C --smooth-checkpoint SMOOTH_CHECKPOINT Yes
328-
--validate VALIDATE Yes
329-
--keep-data-generations KEEP_DATA_GENERATIONS Yes
330-
--keep-data-days KEEP_DATA_DAYS Yes
331-
--recovery-target-timeline RECOVERY_TARGET_TIMELINE Yes
332-
--recovery-target-xid RECOVERY_TARGET_XID Yes
333-
--recovery-target-time RECOVERY_TARGET_TIME Yes
334-
--recovery-target-inclusive RECOVERY_TARGET_INCLUSIVE Yes
315+
Short Long Env File
316+
-h --host PGHOST No
317+
-p --port PGPORT No
318+
-d --dbname PGDATABASE No
319+
-U --username PGUSER No
320+
PGPASSWORD No
321+
-w --password No
322+
-W --no-password No
323+
-D --pgdata PGDATA Yes
324+
-B --backup-path BACKUP_PATH Yes
325+
-A --arclog-path ARCLOG_PATH Yes
326+
-b --backup-mode BACKUP_MODE Yes
327+
-C --smooth-checkpoint SMOOTH_CHECKPOINT Yes
328+
--validate VALIDATE Yes
329+
--keep-data-generations KEEP_DATA_GENERATIONS Yes
330+
--keep-data-days KEEP_DATA_DAYS Yes
331+
--recovery-target-timeline RECOVERY_TARGET_TIMELINE Yes
332+
--recovery-target-xid RECOVERY_TARGET_XID Yes
333+
--recovery-target-time RECOVERY_TARGET_TIME Yes
334+
--recovery-target-inclusive RECOVERY_TARGET_INCLUSIVE Yes
335335
```
336336

337337
Variable names in configuration file are the same as long names or names

0 commit comments

Comments
 (0)