Skip to content

Commit 1b7c13e

Browse files
committed
Change prompt % to $.
1 parent 32f9b86 commit 1b7c13e

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

doc/src/sgml/ref/pg_dump.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.17 2000/04/11 14:43:54 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.18 2000/07/21 00:24:37 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -387,15 +387,15 @@ dumpSequence(<replaceable class="parameter">table</replaceable>): SELECT failed
387387
To dump a database of the same name as the user:
388388

389389
<programlisting>
390-
% pg_dump > db.out
390+
$ pg_dump > db.out
391391
</programlisting>
392392
</para>
393393

394394
<para>
395395
To reload this database:
396396

397397
<programlisting>
398-
% psql -e database < db.out
398+
$ psql -e database < db.out
399399
</programlisting>
400400
</para>
401401
</refsect1>

doc/src/sgml/ref/pg_dumpall.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.7 2000/01/24 19:34:13 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.8 2000/07/21 00:24:37 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -277,7 +277,7 @@ dumpSequence(<replaceable class="parameter">table</replaceable>): SELECT failed
277277
To dump all databases:
278278

279279
<programlisting>
280-
% pg_dumpall > db.out
280+
$ pg_dumpall > db.out
281281
</programlisting>
282282

283283
<tip>
@@ -291,7 +291,7 @@ dumpSequence(<replaceable class="parameter">table</replaceable>): SELECT failed
291291
To reload this database:
292292

293293
<programlisting>
294-
% psql -e template1 < db.out
294+
$ psql -e template1 < db.out
295295
</programlisting>
296296
</para>
297297
<tip>

doc/src/sgml/ref/pg_passwd.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pg_passwd.sgml,v 1.2 2000/05/30 18:00:30 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pg_passwd.sgml,v 1.3 2000/07/21 00:24:37 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -77,7 +77,7 @@ pg_guest:/nB7.w5Auq.BY:93001
7777
the new password for <literal>pg_guest</literal>:
7878

7979
<programlisting>
80-
% pg_passwd passwd
80+
$ pg_passwd passwd
8181
Username: pg_guest
8282
Password:
8383
Re-enter password:
@@ -102,7 +102,7 @@ pg_guest:/nB7.w5Auq.BY:93001
102102
The following lines show the sample usage of the option:
103103

104104
<programlisting>
105-
% psql -h hyalos -u unv
105+
$ psql -h hyalos -u unv
106106
Username: pg_guest
107107
Password:
108108
Welcome to the POSTGRESQL interactive sql monitor:

doc/src/sgml/ref/pg_upgrade.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pg_upgrade.sgml,v 1.9 2000/03/27 17:14:43 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pg_upgrade.sgml,v 1.10 2000/07/21 00:24:37 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -57,7 +57,7 @@ pg_upgrade [ -f <replaceable class="parameter">filename</replaceable> ] <replace
5757
<para>
5858
Then do:
5959
<programlisting>
60-
% pg_dumpall -s >db.out
60+
$ pg_dumpall -s >db.out
6161
</programlisting>
6262
to dump out your old database's table definitions without any data.
6363
</para>
@@ -80,7 +80,7 @@ pg_upgrade [ -f <replaceable class="parameter">filename</replaceable> ] <replace
8080
<para>
8181
Do
8282
<programlisting>
83-
% make install
83+
$ make install
8484
</programlisting>
8585
to install the new binaries.
8686
</para>
@@ -107,7 +107,7 @@ pg_upgrade [ -f <replaceable class="parameter">filename</replaceable> ] <replace
107107
Change your working directory to the
108108
pgsql main directory, and type:
109109
<programlisting>
110-
% pg_upgrade -f db.out data.old
110+
$ pg_upgrade -f db.out data.old
111111
</programlisting>
112112
The program will do some checking to make sure everything is properly
113113
configured, and will run your db.out script to recreate all the databases

doc/src/sgml/ref/postmaster.sgml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.9 2000/05/02 20:02:03 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.10 2000/07/21 00:24:37 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -299,11 +299,11 @@ StreamServerPort: cannot bind to port
299299
process already running on the same port number. The easiest way to
300300
determine this is by using the command
301301
<programlisting>
302-
% ps -ax | grep postmaster
302+
$ ps -ax | grep postmaster
303303
</programlisting>
304304
on BSD-based systems, or
305305
<programlisting>
306-
% ps -e | grep postmast
306+
$ ps -e | grep postmast
307307
</programlisting>
308308
for System V-like or POSIX-compliant systems such as HP-UX.
309309
</para>
@@ -408,13 +408,13 @@ IpcMemoryAttach: shmat() failed: Permission denied
408408
should be used instead. Using
409409

410410
<programlisting>
411-
% kill -KILL
411+
$ kill -KILL
412412
</programlisting>
413413

414414
or its alternative form
415415

416416
<programlisting>
417-
% kill -9
417+
$ kill -9
418418
</programlisting>
419419

420420
will prevent <application>postmaster</application>
@@ -443,7 +443,7 @@ or its alternative form
443443
values, type:
444444

445445
<programlisting>
446-
% nohup postmaster >logfile 2>&1 &
446+
$ nohup postmaster >logfile 2>&1 &
447447
</programlisting>
448448

449449
This command will start up <application>postmaster</application>
@@ -456,7 +456,7 @@ or its alternative form
456456
To start <application>postmaster</application> with a specific port:
457457

458458
<programlisting>
459-
% nohup postmaster -p 1234 &
459+
$ nohup postmaster -p 1234 &
460460
</programlisting>
461461

462462
This command will start up <application>postmaster</application>
@@ -465,14 +465,14 @@ or its alternative form
465465
using psql, you would need to run it as
466466

467467
<programlisting>
468-
% psql -p 1234
468+
$ psql -p 1234
469469
</programlisting>
470470

471471
or set the environment variable <envar>PGPORT</envar>:
472472

473473
<programlisting>
474-
% setenv PGPORT 1234
475-
% psql
474+
$ setenv PGPORT 1234
475+
$ psql
476476
</programlisting>
477477
</para>
478478
</refsect1>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy