mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
I continue my quest to eliminate documentation that claims
a listen/notify condition name is a class or table name, 'cause it ain't.
This commit is contained in:
parent
ba0a1ae721
commit
976625c54a
@ -5,7 +5,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: psqlHelp.h,v 1.52 1998/09/01 04:33:53 momjian Exp $
|
* $Id: psqlHelp.h,v 1.53 1998/10/08 01:10:28 tgl Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -273,9 +273,9 @@ static struct _helpStruct QL_HELP[] = {
|
|||||||
\t[HAVING having_clause]\n\
|
\t[HAVING having_clause]\n\
|
||||||
\t[UNION [ALL] SELECT ...];"},
|
\t[UNION [ALL] SELECT ...];"},
|
||||||
{"listen",
|
{"listen",
|
||||||
"listen for notification on a relation name",
|
"listen for notification on a condition name",
|
||||||
"\
|
"\
|
||||||
\tLISTEN class_name|\"name\""},
|
\tLISTEN name|\"non-name string\""},
|
||||||
{"load",
|
{"load",
|
||||||
"dynamically load a module",
|
"dynamically load a module",
|
||||||
"\
|
"\
|
||||||
@ -289,9 +289,9 @@ static struct _helpStruct QL_HELP[] = {
|
|||||||
"\
|
"\
|
||||||
\tMOVE [FORWARD|BACKWARD] [number|ALL] [IN cursorname];"},
|
\tMOVE [FORWARD|BACKWARD] [number|ALL] [IN cursorname];"},
|
||||||
{"notify",
|
{"notify",
|
||||||
"signal all frontends and backends listening on a relation",
|
"signal all frontends listening on a condition name",
|
||||||
"\
|
"\
|
||||||
\tNOTIFY class_name"},
|
\tNOTIFY name|\"non-name string\""},
|
||||||
{"reset",
|
{"reset",
|
||||||
"set run-time environment back to default",
|
"set run-time environment back to default",
|
||||||
#ifdef MULTIBYTE
|
#ifdef MULTIBYTE
|
||||||
@ -346,9 +346,9 @@ set R_PLANS TO 'ON'| 'OFF'"},
|
|||||||
\tSHOW DateStyle|GEQO|R_PLANS"},
|
\tSHOW DateStyle|GEQO|R_PLANS"},
|
||||||
#endif
|
#endif
|
||||||
{"unlisten",
|
{"unlisten",
|
||||||
"unlisten for notification on a relation name",
|
"stop listening for notification on a condition name",
|
||||||
"\
|
"\
|
||||||
\tUNLISTEN class_name|\"name\"|\"*\""},
|
\tUNLISTEN name|\"non-name string\"|\"*\""},
|
||||||
{"update",
|
{"update",
|
||||||
"update tuples",
|
"update tuples",
|
||||||
"\
|
"\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user