Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
2736ad31
Commit
2736ad31
authored
Mar 14, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix markup.
parent
7fdaf78e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/src/sgml/backup.sgml
doc/src/sgml/backup.sgml
+4
-4
No files found.
doc/src/sgml/backup.sgml
View file @
2736ad31
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.
5 2001/03/13 14:08:18 pjw
Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.
6 2001/03/14 22:20:02 petere
Exp $ -->
<chapter id="backup">
<chapter id="backup">
<title>Backup and Restore</title>
<title>Backup and Restore</title>
...
@@ -103,7 +103,7 @@ psql <replaceable class="parameter">dbname</replaceable> < <replaceable class
...
@@ -103,7 +103,7 @@ psql <replaceable class="parameter">dbname</replaceable> < <replaceable class
class="parameter">dbname</replaceable> will not be created by this
class="parameter">dbname</replaceable> will not be created by this
command, you must create it yourself from template0 before executing
command, you must create it yourself from template0 before executing
<application>psql</> (e.g., with <userinput>createdb -t template0
<application>psql</> (e.g., with <userinput>createdb -t template0
<replaceableclass="parameter">dbname</></userinput>).
<replaceable
class="parameter">dbname</></userinput>).
<application>psql</> supports similar options to <application>pg_dump</>
<application>psql</> supports similar options to <application>pg_dump</>
for controlling the database server location and the user names. See
for controlling the database server location and the user names. See
its reference page for more information.
its reference page for more information.
...
@@ -135,7 +135,7 @@ pg_dump -h <replaceable>host1</> <replaceable>dbname</> | psql -h <replaceable>h
...
@@ -135,7 +135,7 @@ pg_dump -h <replaceable>host1</> <replaceable>dbname</> | psql -h <replaceable>h
<important>
<important>
<para>
<para>
The dumps produced by pg_dump are relative to template0. This means
The dumps produced by pg_dump are relative to template0. This means
that any languages, procedure
etc
added to template1 will also be
that any languages, procedure
s, etc.
added to template1 will also be
dumped by <application>pg_dump</>. As a result, when restoring, if
dumped by <application>pg_dump</>. As a result, when restoring, if
you are using a customized template1, you must create the empty
you are using a customized template1, you must create the empty
database from template0, as in the example above.
database from template0, as in the example above.
...
@@ -293,7 +293,7 @@ pg_dump -Fc <replaceable class="parameter">dbname</replaceable> > <replaceable c
...
@@ -293,7 +293,7 @@ pg_dump -Fc <replaceable class="parameter">dbname</replaceable> > <replaceable c
<para>
<para>
For reasons of backward compatibility, <application>pg_dump</> does
For reasons of backward compatibility, <application>pg_dump</> does
not dump large objects by default. To dump large objects you must use
not dump large objects by default. To dump large objects you must use
either
custom or
TAR output format, and use the -B option in
either
the custom or the
TAR output format, and use the -B option in
<application>pg_dump</>. See the reference pages for details.
<application>pg_dump</>. See the reference pages for details.
The directory <filename>contrib/pg_dumplo</> of the
The directory <filename>contrib/pg_dumplo</> of the
<productname>Postgres</> source tree also contains a program that can
<productname>Postgres</> source tree also contains a program that can
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment