|
5 | 5 | * |
6 | 6 | * Copyright (c) 1994, Regents of the University of California |
7 | 7 | * |
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 $ |
9 | 9 | * |
10 | 10 | *------------------------------------------------------------------------- |
11 | 11 | */ |
@@ -60,7 +60,7 @@ static struct _helpStruct QL_HELP[] = { |
60 | 60 | FUNCTION <func_name> (arg1, arg2, ...)|\n\ |
61 | 61 | OPERATOR <op> (leftoperand_type rightoperand_type) |\n\ |
62 | 62 | TRIGGER <trigger_name> ON <table_name>\n\ |
63 | | -] IS 'text'}, |
| 63 | +] IS 'text'"}, |
64 | 64 | {"commit work", |
65 | 65 | "commit a transaction", |
66 | 66 | "\ |
|