Skip to content

Commit 976625c

Browse files
committed
I continue my quest to eliminate documentation that claims
a listen/notify condition name is a class or table name, 'cause it ain't.
1 parent ba0a1ae commit 976625c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/bin/psql/psqlHelp.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Copyright (c) 1994, Regents of the University of California
77
*
8-
* $Id: psqlHelp.h,v 1.52 1998/09/01 04:33:53 momjian Exp $
8+
* $Id: psqlHelp.h,v 1.53 1998/10/08 01:10:28 tgl Exp $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -273,9 +273,9 @@ static struct _helpStruct QL_HELP[] = {
273273
\t[HAVING having_clause]\n\
274274
\t[UNION [ALL] SELECT ...];"},
275275
{"listen",
276-
"listen for notification on a relation name",
276+
"listen for notification on a condition name",
277277
"\
278-
\tLISTEN class_name|\"name\""},
278+
\tLISTEN name|\"non-name string\""},
279279
{"load",
280280
"dynamically load a module",
281281
"\
@@ -289,9 +289,9 @@ static struct _helpStruct QL_HELP[] = {
289289
"\
290290
\tMOVE [FORWARD|BACKWARD] [number|ALL] [IN cursorname];"},
291291
{"notify",
292-
"signal all frontends and backends listening on a relation",
292+
"signal all frontends listening on a condition name",
293293
"\
294-
\tNOTIFY class_name"},
294+
\tNOTIFY name|\"non-name string\""},
295295
{"reset",
296296
"set run-time environment back to default",
297297
#ifdef MULTIBYTE
@@ -346,9 +346,9 @@ set R_PLANS TO 'ON'| 'OFF'"},
346346
\tSHOW DateStyle|GEQO|R_PLANS"},
347347
#endif
348348
{"unlisten",
349-
"unlisten for notification on a relation name",
349+
"stop listening for notification on a condition name",
350350
"\
351-
\tUNLISTEN class_name|\"name\"|\"*\""},
351+
\tUNLISTEN name|\"non-name string\"|\"*\""},
352352
{"update",
353353
"update tuples",
354354
"\

0 commit comments

Comments
 (0)