5
5
*
6
6
* Copyright (c) 1994, Regents of the University of California
7
7
*
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 $
9
9
*
10
10
*-------------------------------------------------------------------------
11
11
*/
@@ -273,9 +273,9 @@ static struct _helpStruct QL_HELP[] = {
273
273
\t[HAVING having_clause]\n\
274
274
\t[UNION [ALL] SELECT ...];" },
275
275
{"listen" ,
276
- "listen for notification on a relation name" ,
276
+ "listen for notification on a condition name" ,
277
277
"\
278
- \tLISTEN class_name |\"name\"" },
278
+ \tLISTEN name |\"non- name string \"" },
279
279
{"load" ,
280
280
"dynamically load a module" ,
281
281
"\
@@ -289,9 +289,9 @@ static struct _helpStruct QL_HELP[] = {
289
289
"\
290
290
\tMOVE [FORWARD|BACKWARD] [number|ALL] [IN cursorname];" },
291
291
{"notify" ,
292
- "signal all frontends and backends listening on a relation " ,
292
+ "signal all frontends listening on a condition name " ,
293
293
"\
294
- \tNOTIFY class_name " },
294
+ \tNOTIFY name|\"non-name string\" " },
295
295
{"reset" ,
296
296
"set run-time environment back to default" ,
297
297
#ifdef MULTIBYTE
@@ -346,9 +346,9 @@ set R_PLANS TO 'ON'| 'OFF'"},
346
346
\tSHOW DateStyle|GEQO|R_PLANS" },
347
347
#endif
348
348
{"unlisten" ,
349
- "unlisten for notification on a relation name" ,
349
+ "stop listening for notification on a condition name" ,
350
350
"\
351
- \tUNLISTEN class_name |\"name\"|\"*\"" },
351
+ \tUNLISTEN name |\"non- name string \"|\"*\"" },
352
352
{"update" ,
353
353
"update tuples" ,
354
354
"\
0 commit comments