Commit d79d0a3c authored by Bruce Momjian's avatar Bruce Momjian

Fix psql quote missing.

parent d3571c75
...@@ -5,7 +5,7 @@ ...@@ -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.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[] = { ...@@ -60,7 +60,7 @@ static struct _helpStruct QL_HELP[] = {
FUNCTION <func_name> (arg1, arg2, ...)|\n\ FUNCTION <func_name> (arg1, arg2, ...)|\n\
OPERATOR <op> (leftoperand_type rightoperand_type) |\n\ OPERATOR <op> (leftoperand_type rightoperand_type) |\n\
TRIGGER <trigger_name> ON <table_name>\n\ TRIGGER <trigger_name> ON <table_name>\n\
] IS 'text'}, ] IS 'text'"},
{"commit work", {"commit work",
"commit a transaction", "commit a transaction",
"\ "\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment