Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2ef2704

Browse files
committed
[Doc]: add productname to pgaramn.sgml
1 parent63a26ef commit2ef2704

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎doc/src/sgml/pgarman.sgml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<sect2 id="pg-arman-name">
44
<title>NAME</title>
55
<para>
6-
pg_arman - Backup and recovery manager forPostgreSQL
6+
pg_arman - Backup and recovery manager for&productname;
77
</para>
88
</sect2>
99
<sect2 id="pg-arman-synopsis">
@@ -26,7 +26,7 @@ pg_arman [ OPTIONS ]
2626
<sect2 id="pg-arman-description">
2727
<title>DESCRIPTION</title>
2828
<para>
29-
pg_arman is a utility program to backup and restorePostgreSQL
29+
pg_arman is a utility program to backup and restore&productname;
3030
database.
3131
</para>
3232
<para>
@@ -99,7 +99,7 @@ Delete backup files.</literallayout>
9999
initializing the backup catalog. If the variables are
100100
initialized, pg_arman can adjust the config file to the setting.
101101
In this case, you have to specify the database cluster path for
102-
PostgreSQL. Please specify it in PGDATA environmental variable
102+
&productname;. Please specify it in PGDATA environmental variable
103103
or -D/--pgdata option.
104104
</para>
105105
<programlisting>
@@ -146,7 +146,7 @@ $ pg_arman init -B /path/to/backup/
146146
<sect3 id="pg-arman-restore">
147147
<title>RESTORE</title>
148148
<para>
149-
PostgreSQL server should be stopped before performing a restore.
149+
&productname; server should be stopped before performing a restore.
150150
If database cluster still exists, restore command will save
151151
unarchived transaction log and delete all database files. You
152152
can retry recovery until a new backup is taken. After restoring
@@ -421,7 +421,7 @@ STATUS=OK
421421
<sect3 id="pg-arman-connection-options">
422422
<title>CONNECTION OPTIONS</title>
423423
<para>
424-
Parameters to connectPostgreSQL server.
424+
Parameters to connect&productname; server.
425425
</para>
426426
<literallayout><emphasis role="strong">-d</emphasis> DBNAME / <emphasis role="strong">--dbname</emphasis>=DBNAME:
427427
The database name to execute pg_start_backup() and pg_stop_backup().</literallayout>
@@ -480,7 +480,7 @@ Short Long Env File
480480
in command line and configuration file for security reason.
481481
</para>
482482
<para>
483-
This utility, like most otherPostgreSQL utilities, also uses the
483+
This utility, like most other&productname; utilities, also uses the
484484
environment variables supported by libpq (see Environment
485485
Variables).
486486
</para>
@@ -525,7 +525,7 @@ Short Long Env File
525525
<para>
526526
pg_arman can recover to point-in-time if timeline, transaction
527527
ID, or timestamp is specified in recovery.conf. xlogdump is a
528-
contrib module ofPostgreSQL core that allows checking in the
528+
contrib module of&productname; core that allows checking in the
529529
content of WAL files and determine when to recover. This might
530530
help.
531531
</para>
@@ -545,14 +545,14 @@ Short Long Env File
545545
<itemizedlist spacing="compact">
546546
<listitem>
547547
<para>
548-
In order to work, thePostgreSQL instance on which backups
548+
In order to work, the&productname; instance on which backups
549549
are taken need to have data checksums enabled or to enable
550550
wal_log_hints.
551551
</para>
552552
</listitem>
553553
<listitem>
554554
<para>
555-
pg_arman is aimed at working withPostgreSQL 9.5 and newer
555+
pg_arman is aimed at working with&productname; 9.5 and newer
556556
versions.
557557
</para>
558558
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp