summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian1999-10-27 16:33:45 +0000
committerBruce Momjian1999-10-27 16:33:45 +0000
commitd79d0a3c0f927b78e9e93e0aef1037d3e8c516a0 (patch)
treef4b4690f6a8e4327306842029f5584d54b719043
parentd3571c755e4b014afcc67e9942d74d5fdb0dcf41 (diff)
Fix psql quote missing.
-rw-r--r--src/bin/psql/psqlHelp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h
index f28ff9c0d8d..57bba445673 100644
--- a/src/bin/psql/psqlHelp.h
+++ b/src/bin/psql/psqlHelp.h
@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $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 $
*
*-------------------------------------------------------------------------
*/
@@ -60,7 +60,7 @@ static struct _helpStruct QL_HELP[] = {
FUNCTION <func_name> (arg1, arg2, ...)|\n\
OPERATOR <op> (leftoperand_type rightoperand_type) |\n\
TRIGGER <trigger_name> ON <table_name>\n\
-] IS 'text'},
+] IS 'text'"},
{"commit work",
"commit a transaction",
"\