Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d79d0a3

Browse files
committed
Fix psql quote missing.
1 parent d3571c7 commit d79d0a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/psqlHelp.h

Lines changed: 2 additions & 2 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.78 1999/10/26 03:48:58 momjian Exp $
8+
* $Id: psqlHelp.h,v 1.79 1999/10/27 16:33:45 momjian Exp $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -60,7 +60,7 @@ static struct _helpStruct QL_HELP[] = {
6060
FUNCTION <func_name> (arg1, arg2, ...)|\n\
6161
OPERATOR <op> (leftoperand_type rightoperand_type) |\n\
6262
TRIGGER <trigger_name> ON <table_name>\n\
63-
] IS 'text'},
63+
] IS 'text'"},
6464
{"commit work",
6565
"commit a transaction",
6666
"\

0 commit comments

Comments
 (0)