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

Commit2736ad3

Browse files
committed
Fix markup.
1 parent7fdaf78 commit2736ad3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/backup.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.5 2001/03/13 14:08:18 pjw Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.6 2001/03/14 22:20:02 petere Exp $ -->
22
<chapter id="backup">
33
<title>Backup and Restore</title>
44

@@ -103,7 +103,7 @@ psql <replaceable class="parameter">dbname</replaceable> &lt; <replaceable class
103103
class="parameter">dbname</replaceable> will not be created by this
104104
command, you must create it yourself from template0 before executing
105105
<application>psql</> (e.g., with <userinput>createdb -t template0
106-
<replaceableclass="parameter">dbname</></userinput>).
106+
<replaceable class="parameter">dbname</></userinput>).
107107
<application>psql</> supports similar options to <application>pg_dump</>
108108
for controlling the database server location and the user names. See
109109
its reference page for more information.
@@ -135,7 +135,7 @@ pg_dump -h <replaceable>host1</> <replaceable>dbname</> | psql -h <replaceable>h
135135
<important>
136136
<para>
137137
The dumps produced by pg_dump are relative to template0. This means
138-
that any languages,procedure etc added to template1 will also be
138+
that any languages,procedures, etc. added to template1 will also be
139139
dumped by <application>pg_dump</>. As a result, when restoring, if
140140
you are using a customized template1, you must create the empty
141141
database from template0, as in the example above.
@@ -293,7 +293,7 @@ pg_dump -Fc <replaceable class="parameter">dbname</replaceable> > <replaceable c
293293
<para>
294294
For reasons of backward compatibility, <application>pg_dump</> does
295295
not dump large objects by default. To dump large objects you must use
296-
either custom or TAR output format, and use the -B option in
296+
eitherthecustom or the TAR output format, and use the -B option in
297297
<application>pg_dump</>. See the reference pages for details.
298298
The directory <filename>contrib/pg_dumplo</> of the
299299
<productname>Postgres</> source tree also contains a program that can

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp