File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH "LISTEN" SQL 03/12/94 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
listen - listen for notification on a relation
@@ -40,5 +40,5 @@ There is no way to un-\c
40
40
except to drop the connection (i.e., restart the backend server).
41
41
.PP
42
42
The
43
- .IR monitor (1)
43
+ .IR psql (1)
44
44
command does not poll for asynchronous events.
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
psql - run the interactive query front-end
@@ -79,10 +79,6 @@ results.
79
79
.IR psql
80
80
can be used in a pipe sequence, and automatically detects when it
81
81
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.
86
82
.PP
87
83
.IR " psql"
88
84
is a frontend application, like any other. Hence, a
@@ -357,7 +353,7 @@ into the query input buffer.
357
353
.IP " \e l"
358
354
List all the databases in the server.
359
355
.IP " \e m"
360
- Toggle monitor-like table display.
356
+ Toggle old monitor-like table display.
361
357
This is standard SQL output (i.e extra border characters).
362
358
.IP " \e o [\fI |command \fR ] | [\fI filename \fR ]"
363
359
Send query results to
@@ -439,7 +435,6 @@ will also return 1 if the connection to a database could not be made for
439
435
any reason.
440
436
.SH "SEE ALSO"
441
437
libpq(3),
442
- monitor(1)
443
438
postgres(1),
444
439
postmaster(1).
445
440
You can’t perform that action at this time.
0 commit comments