We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3571c7 commit d79d0a3Copy full SHA for d79d0a3
src/bin/psql/psqlHelp.h
@@ -5,7 +5,7 @@
5
*
6
* Copyright (c) 1994, Regents of the University of California
7
8
- * $Id: psqlHelp.h,v 1.78 1999/10/26 03:48:58 momjian Exp $
+ * $Id: psqlHelp.h,v 1.79 1999/10/27 16:33:45 momjian Exp $
9
10
*-------------------------------------------------------------------------
11
*/
@@ -60,7 +60,7 @@ static struct _helpStruct QL_HELP[] = {
60
FUNCTION <func_name> (arg1, arg2, ...)|\n\
61
OPERATOR <op> (leftoperand_type rightoperand_type) |\n\
62
TRIGGER <trigger_name> ON <table_name>\n\
63
-] IS 'text'},
+] IS 'text'"},
64
{"commit work",
65
"commit a transaction",
66
"\
0 commit comments