Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit976625c

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 parentba0a1ae commit976625c

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 arelation name",
276+
"listen for notification on acondition name",
277277
"\
278-
\tLISTENclass_name|\"name\""},
278+
\tLISTENname|\"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 frontendsand backendslistening on arelation",
292+
"signal all frontends listening on acondition name",
293293
"\
294-
\tNOTIFYclass_name"},
294+
\tNOTIFYname|\"non-name string\""},
295295
{"reset",
296296
"set run-time environment back to default",
297297
#ifdefMULTIBYTE
@@ -346,9 +346,9 @@ set R_PLANS TO 'ON'| 'OFF'"},
346346
\tSHOW DateStyle|GEQO|R_PLANS"},
347347
#endif
348348
{"unlisten",
349-
"unlistenfor notification on arelation name",
349+
"stop listeningfor notification on acondition name",
350350
"\
351-
\tUNLISTENclass_name|\"name\"|\"*\""},
351+
\tUNLISTENname|\"non-name string\"|\"*\""},
352352
{"update",
353353
"update tuples",
354354
"\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp