1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +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_dump.sgml,v 1.17 2000/04/11 14:43:54 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.18 2000/07/21 00:24:37 momjian Exp $
Postgres documentation
-->
@@ -387,7 +387,7 @@ dumpSequence(<replaceable class="parameter">table</replaceable>): SELECT failed
To dump a database of the same name as the user:
<programlisting>
% pg_dump > db.out
$ pg_dump > db.out
</programlisting>
</para>
@@ -395,7 +395,7 @@ dumpSequence(<replaceable class="parameter">table</replaceable>): SELECT failed
To reload this database:
<programlisting>
% psql -e database < db.out
$ psql -e database < db.out
</programlisting>
</para>
</refsect1>