1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-22 17:42:17 +03:00

Change prompt % to $.

This commit is contained in:
Bruce Momjian
2000-07-21 00:24:37 +00:00
parent 32f9b86466
commit 1b7c13ea7b
5 changed files with 23 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.7 2000/01/24 19:34:13 petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.8 2000/07/21 00:24:37 momjian Exp $
Postgres documentation
-->
@@ -277,7 +277,7 @@ dumpSequence(<replaceable class="parameter">table</replaceable>): SELECT failed
To dump all databases:
<programlisting>
% pg_dumpall > db.out
$ pg_dumpall > db.out
</programlisting>
<tip>
@@ -291,7 +291,7 @@ dumpSequence(<replaceable class="parameter">table</replaceable>): SELECT failed
To reload this database:
<programlisting>
% psql -e template1 < db.out
$ psql -e template1 < db.out
</programlisting>
</para>
<tip>