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

index 858692b78337d7a654d00bbbb4cec21958d4c90b..111f607f53302f94aef0b0abf605879c98e55742 100644 (file)
@@ -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