Differences between current version and previous revision of pg_restore(1).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Tuesday, June 4, 2002 12:22:41 am | by perry | |
Older page: | version 3 | Last edited on Tuesday, June 4, 2002 12:22:41 am | by perry | Revert |
@@ -30,9 +30,9 @@
!!DESCRIPTION
__pg_restore__ is a utility for restoring a PostgreSQL
-database from an archive created by __
pg_dump__
(1) in one
+database from an archive created by pg_dump(1) in one
of the non-plain-text formats. It will issue the commands
necessary to re-generate all user-defined types, functions,
tables, indexes, aggregates, and operators, as well as the
data in the tables.
@@ -437,9 +437,9 @@
single table. If an archive contains large objects, then all
large objects will be restored.
-See the __
pg_dump__
(1) documentation for details on
+See the pg_dump(1) documentation for details on
limitations of __pg_dump__.
!!EXAMPLES
@@ -513,7 +513,7 @@
7.1.
!!SEE ALSO
-__
pg_dump__
(1), __pg_dumpall__(1), psql(1),
+pg_dump(1), __pg_dumpall__(1), psql(1),
''PostgreSQL Administrator's Guide''
----