@@ -243,52 +243,52 @@ absolute paths; relative paths are not allowed.
243
243
The parameters whose name start are started with --recovery refer to
244
244
the same parameters as the ones in recovery.confin recovery.conf.
245
245
246
- * --recovery-target-timeline* =_ TIMELINE_ ::
246
+ ** --recovery-target-timeline** =_ TIMELINE_ :
247
247
Specifies recovering into a particular timeline. If not specified,
248
248
the current timeline is used.
249
249
250
- * --recovery-target-time* = _ TIMESTAMP _ ::
250
+ ** --recovery-target-time** =TIMESTAMP:
251
251
This parameter specifies the timestamp up to which recovery will
252
252
proceed.
253
253
254
- * --recovery-target-xid* = _ XID::
254
+ ** --recovery-target-xid** =XID:
255
255
This parameter specifies the transaction ID up to which recovery
256
256
will proceed.
257
257
258
- * --recovery-target-inclusive* ::
258
+ ** --recovery-target-inclusive** :
259
259
Specifies whether server pauses when recovery target is reached.
260
260
261
- === CATALOG OPTIONS ===
261
+ ### CATALOG OPTIONS
262
262
263
- * -a* /* --show-all* ::
263
+ ** -a** /** --show-all** :
264
264
Show all existing backups, including the deleted ones.
265
265
266
266
###CONNECTION OPTIONS
267
267
Parameters to connect PostgreSQL server.
268
268
269
- * -d* _ DBNAME _ /* --dbname* = _ DBNAME _ ::
269
+ ** -d** DBNAME /** --dbname** =DBNAME:
270
270
The database name to execute pg_start_backup() and pg_stop_backup().
271
271
272
- * -h* _ HOSTNAME _ /* --host* = _ HOSTNAME _ ::
272
+ ** -h** HOSTNAME /** --host** =HOSTNAME:
273
273
Specifies the host name of the machine on which the server is running.
274
274
If the value begins with a slash, it is used as the directory for the
275
275
Unix domain socket.
276
276
277
- * -p* _ PORT _ /* --port* = _ PORT _ ::
277
+ ** -p** PORT /** --port** =PORT:
278
278
Specifies the TCP port or local Unix domain socket file extension on
279
279
which the server is listening for connections.
280
280
281
- * -U* _ USERNAME _ /* --username* = _ USERNAME _ ::
281
+ ** -U** USERNAME /** --username** =USERNAME:
282
282
User name to connect as.
283
283
284
- * -w* /* --no-password* ::
284
+ ** -w** /** --no-password** :
285
285
Never issue a password prompt. If the server requires password
286
286
authentication and a password is not available by other means such as
287
287
a .pgpass file, the connection attempt will fail. This option can be
288
288
useful in batch jobs and scripts where no user is present to enter a
289
289
password.
290
290
291
- * -W* /* --password* ::
291
+ ** -W** /** --password** :
292
292
Force pg_arman to prompt for a password before connecting to a database.
293
293
This option is never essential, since pg_arman will automatically
294
294
prompt for a password if the server demands password authentication.
@@ -298,13 +298,13 @@ Parameters to connect PostgreSQL server.
298
298
299
299
###GLOBAL OPTIONS
300
300
301
- * --help* ::
301
+ ** --help** :
302
302
Print help, then exit.
303
303
304
- * -V* /* --version* ::
304
+ ** -V** /** --version** :
305
305
Print version information, then exit.
306
306
307
- * -v* /* --verbose* ::
307
+ ** -v** /** --verbose** :
308
308
If specified, pg_arman works in verbose mode.
309
309
310
310
##PARAMETERS
@@ -377,11 +377,11 @@ aimed at working with PostgreSQL 9.5 and newer versions.
377
377
pg_arman returns exit codes for each error status.
378
378
379
379
```
380
- Code Name Description
381
- 0 SUCCESS Operation succeeded.
382
- 1 ERROR Generic error
383
- 2 FATAL Exit because of repeated errors
384
- 3 PANIC Unknown critical condition
380
+ Code Name Description
381
+ 0 SUCCESS Operation succeeded.
382
+ 1 ERROR Generic error
383
+ 2 FATAL Exit because of repeated errors
384
+ 3 PANIC Unknown critical condition
385
385
```
386
386
387
387
##AUTHOR ##