diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 1998-10-08 01:16:18 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 1998-10-08 01:16:18 +0000 |
commit | af5d6b4ef630cd87cd6ee84a797953e887ae3b91 (patch) | |
tree | 7ba6b0933d72c7e41215bbebbb33c0a4e24b69a3 /src | |
parent | 976625c54a62bea25a542d7a1ef0d3ad1cdf070b (diff) | |
download | postgresql-af5d6b4ef630cd87cd6ee84a797953e887ae3b91.tar.gz postgresql-af5d6b4ef630cd87cd6ee84a797953e887ae3b91.zip |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/man/listen.l | 5 | ||||
-rw-r--r-- | src/man/notify.l | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/src/man/listen.l b/src/man/listen.l index 165fe7ab026..e3247a5f84b 100644 --- a/src/man/listen.l +++ b/src/man/listen.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/listen.l,v 1.8 1998/08/30 21:03:20 scrappy Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/listen.l,v 1.9 1998/10/08 01:16:17 tgl Exp $ .TH "LISTEN" SQL 03/12/94 PostgreSQL PostgreSQL .SH NAME listen - listen for notification on a relation @@ -9,6 +9,9 @@ listen - listen for notification on a relation \fBlisten\fR class_name .fi .SH DESCRIPTION +This man page is obsolete. More complete and reliable info is +available in the User's Guide reference page for LISTEN. +.PP .BR listen is used to register the current backend as a listener on the relation .IR class_name . diff --git a/src/man/notify.l b/src/man/notify.l index 26b3de6f6fa..370677d12fa 100644 --- a/src/man/notify.l +++ b/src/man/notify.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/notify.l,v 1.5 1998/07/09 03:29:11 scrappy Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/notify.l,v 1.6 1998/10/08 01:16:18 tgl Exp $ .TH "NOTIFY" SQL 11/05/95 PostgreSQL PostgreSQL .SH NAME notify - signal all frontends and backends listening on a class @@ -9,6 +9,9 @@ notify - signal all frontends and backends listening on a class \fBnotify\fR class_name .fi .SH DESCRIPTION +This man page is obsolete. More complete and reliable info is +available in the User's Guide reference page for NOTIFY. +.PP .BR notify is used to awaken all backends and consequently all frontends that have executed |