We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce495f8 commit d346463Copy full SHA for d346463
doc/src/sgml/ref/pg_dump.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.28 2001/03/05 18:42:56 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.29 2001/03/06 05:22:18 pjw Exp $
3
Postgres documentation
4
-->
5
@@ -565,7 +565,7 @@ $ pg_dump -Ft --blobs mydb > db.tar
565
To reload this database (with BLOBs) to an existing db called newdb:
566
567
<programlisting>
568
-$ pg_restore db.tar --db=newdb
+$ pg_restore db.tar --dbname=newdb
569
</programlisting>
570
</para>
571
0 commit comments