From: Philip Warner Date: Tue, 6 Mar 2001 05:22:18 +0000 (+0000) Subject: - Minor correction to usage X-Git-Tag: REL7_1~251 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=d3464631e31a91ce3491aeb6148941c60605d1ee;p=users%2Fhanada%2Fpostgres.git - Minor correction to usage --- diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 858692b783..111f607f53 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -1,5 +1,5 @@ @@ -565,7 +565,7 @@ $ pg_dump -Ft --blobs mydb > db.tar To reload this database (with BLOBs) to an existing db called newdb: -$ pg_restore db.tar --db=newdb +$ pg_restore db.tar --dbname=newdb