Skip to content

Commit a1a6fd7

Browse files
committed
Remove mention of monitor in manual pages.
1 parent cba0c65 commit a1a6fd7

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

src/man/listen.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/listen.l,v 1.3 1998/01/11 22:17:42 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/listen.l,v 1.4 1998/06/23 15:43:18 momjian Exp $
44
.TH "LISTEN" SQL 03/12/94 PostgreSQL PostgreSQL
55
.SH NAME
66
listen - listen for notification on a relation
@@ -40,5 +40,5 @@ There is no way to un-\c
4040
except to drop the connection (i.e., restart the backend server).
4141
.PP
4242
The
43-
.IR monitor (1)
43+
.IR psql (1)
4444
command does not poll for asynchronous events.

src/man/psql.1

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.24 1998/05/12 21:44:05 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.25 1998/06/23 15:43:19 momjian Exp $
44
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
55
.SH NAME
66
psql - run the interactive query front-end
@@ -79,10 +79,6 @@ results.
7979
.IR psql
8080
can be used in a pipe sequence, and automatically detects when it
8181
is not listening or talking to a real tty.
82-
.IR psql
83-
is designed to be an enhanced version of the older
84-
.IR "monitor"
85-
program.
8682
.PP
8783
.IR "psql"
8884
is a frontend application, like any other. Hence, a
@@ -357,7 +353,7 @@ into the query input buffer.
357353
.IP "\el"
358354
List all the databases in the server.
359355
.IP "\em"
360-
Toggle monitor-like table display.
356+
Toggle old monitor-like table display.
361357
This is standard SQL output (i.e extra border characters).
362358
.IP "\eo [\fI|command\fR] | [\fIfilename\fR]"
363359
Send query results to
@@ -439,7 +435,6 @@ will also return 1 if the connection to a database could not be made for
439435
any reason.
440436
.SH "SEE ALSO"
441437
libpq(3),
442-
monitor(1)
443438
postgres(1),
444439
postmaster(1).
445440

0 commit comments

Comments
 (0)