mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04:00
- Minor correction to usage
This commit is contained in:
parent
ce495f8d77
commit
d3464631e3
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue