- Minor correction to usage
authorPhilip Warner <pjw@rhyme.com.au>
Tue, 6 Mar 2001 05:22:18 +0000 (05:22 +0000)
committerPhilip Warner <pjw@rhyme.com.au>
Tue, 6 Mar 2001 05:22:18 +0000 (05:22 +0000)
doc/src/sgml/ref/pg_dump.sgml

index 834e68ab5ab9b46e2b78a463f2bd0d2420bde032..9c740cd4964cd603b0f6c3b8b31c2cc09fd8770b 100644 (file)
@@ -565,7 +565,7 @@ $ pg_dump -Ft --blobs mydb > db.tar
    To reload this database (with BLOBs) to an existing db called newdb:
 
    <programlisting>
-$ pg_restore db.tar --db=newdb
+$ pg_restore db.tar --dbname=newdb
    </programlisting>
   </para>