Skip to content

Commit af5d6b4

Browse files
committed
I'm too short of time to make these man pages look like the
newly-updated SGML reference pages, so I just inserted a comment that they are obsolete. If you want to transcribe the newer info into these pages, be my guest.
1 parent 976625c commit af5d6b4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/man/listen.l

Lines changed: 4 additions & 1 deletion
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.8 1998/08/30 21:03:20 scrappy Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/listen.l,v 1.9 1998/10/08 01:16:17 tgl Exp $
44
.TH "LISTEN" SQL 03/12/94 PostgreSQL PostgreSQL
55
.SH NAME
66
listen - listen for notification on a relation
@@ -9,6 +9,9 @@ listen - listen for notification on a relation
99
\fBlisten\fR class_name
1010
.fi
1111
.SH DESCRIPTION
12+
This man page is obsolete. More complete and reliable info is
13+
available in the User's Guide reference page for LISTEN.
14+
.PP
1215
.BR listen
1316
is used to register the current backend as a listener on the relation
1417
.IR class_name .

src/man/notify.l

Lines changed: 4 additions & 1 deletion
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/notify.l,v 1.5 1998/07/09 03:29:11 scrappy Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/notify.l,v 1.6 1998/10/08 01:16:18 tgl Exp $
44
.TH "NOTIFY" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
notify - signal all frontends and backends listening on a class
@@ -9,6 +9,9 @@ notify - signal all frontends and backends listening on a class
99
\fBnotify\fR class_name
1010
.fi
1111
.SH DESCRIPTION
12+
This man page is obsolete. More complete and reliable info is
13+
available in the User's Guide reference page for NOTIFY.
14+
.PP
1215
.BR notify
1316
is used to awaken all backends and consequently all frontends
1417
that have executed

0 commit comments

Comments
 (0)