Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
a1a6fd73
Commit
a1a6fd73
authored
26 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Remove mention of monitor in manual pages.
parent
cba0c655
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/man/listen.l
+2
-2
2 additions, 2 deletions
src/man/listen.l
src/man/psql.1
+2
-7
2 additions, 7 deletions
src/man/psql.1
with
4 additions
and
9 deletions
src/man/listen.l
+
2
−
2
View file @
a1a6fd73
.\" This is -*-nroff-*-
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/listen.l,v 1.
3
1998/0
1/11 22:17:42
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/listen.l,v 1.
4
1998/0
6/23 15:43:18
momjian Exp $
.TH "LISTEN" SQL 03/12/94 PostgreSQL PostgreSQL
.TH "LISTEN" SQL 03/12/94 PostgreSQL PostgreSQL
.SH NAME
.SH NAME
listen - listen for notification on a relation
listen - listen for notification on a relation
...
@@ -40,5 +40,5 @@ There is no way to un-\c
...
@@ -40,5 +40,5 @@ There is no way to un-\c
except to drop the connection (i.e., restart the backend server).
except to drop the connection (i.e., restart the backend server).
.PP
.PP
The
The
.IR
monitor
(1)
.IR
psql
(1)
command does not poll for asynchronous events.
command does not poll for asynchronous events.
This diff is collapsed.
Click to expand it.
src/man/psql.1
+
2
−
7
View file @
a1a6fd73
.\" This is -*-nroff-*-
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.2
4
1998/0
5/12 21:44:05
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.2
5
1998/0
6/23 15:43:19
momjian Exp $
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
.SH NAME
.SH NAME
psql - run the interactive query front-end
psql - run the interactive query front-end
...
@@ -79,10 +79,6 @@ results.
...
@@ -79,10 +79,6 @@ results.
.IR psql
.IR psql
can be used in a pipe sequence, and automatically detects when it
can be used in a pipe sequence, and automatically detects when it
is not listening or talking to a real tty.
is not listening or talking to a real tty.
.IR psql
is designed to be an enhanced version of the older
.IR "monitor"
program.
.PP
.PP
.IR "psql"
.IR "psql"
is a frontend application, like any other. Hence, a
is a frontend application, like any other. Hence, a
...
@@ -357,7 +353,7 @@ into the query input buffer.
...
@@ -357,7 +353,7 @@ into the query input buffer.
.IP "\el"
.IP "\el"
List all the databases in the server.
List all the databases in the server.
.IP "\em"
.IP "\em"
Toggle monitor-like table display.
Toggle
old
monitor-like table display.
This is standard SQL output (i.e extra border characters).
This is standard SQL output (i.e extra border characters).
.IP "\eo [\fI|command\fR] | [\fIfilename\fR]"
.IP "\eo [\fI|command\fR] | [\fIfilename\fR]"
Send query results to
Send query results to
...
@@ -439,7 +435,6 @@ will also return 1 if the connection to a database could not be made for
...
@@ -439,7 +435,6 @@ will also return 1 if the connection to a database could not be made for
any reason.
any reason.
.SH "SEE ALSO"
.SH "SEE ALSO"
libpq(3),
libpq(3),
monitor(1)
postgres(1),
postgres(1),
postmaster(1).
postmaster(1).
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment