Skip to content
Snippets Groups Projects
Commit d3464631 authored by Philip Warner's avatar Philip Warner
Browse files

- Minor correction to usage

parent ce495f8d
No related branches found
No related tags found
No related merge requests found
<!--
$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 $
Postgres documentation
-->
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment