File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
*
6
6
* Copyright (c) 1994, Regents of the University of California
7
7
*
8
- * $Id: psqlHelp.h,v 1.55 1999/02/02 03:45:15 momjian Exp $
8
+ * $Id: psqlHelp.h,v 1.56 1999/02/02 18:39:23 momjian Exp $
9
9
*
10
10
*-------------------------------------------------------------------------
11
11
*/
@@ -125,9 +125,9 @@ static struct _helpStruct QL_HELP[] = {
125
125
"create a new table" ,
126
126
"\
127
127
\tCREATE [TEMP] TABLE class_name\n\
128
- \t(attr1 type1 [DEFAULT expression] [NOT NULL], ...attrN) \n\
128
+ \t(attr1 type1 [DEFAULT expression] [NOT NULL], ...attrN\n\
129
129
\t[INHERITS (class_name1, ...class_nameN)\n\
130
- \t[[CONSTRAINT name] CHECK condition1, ...conditionN] ]\n\
130
+ \t[[CONSTRAINT name] CHECK condition1, ...conditionN] ]) \n\
131
131
;" },
132
132
{"create trigger" ,
133
133
"create a new trigger" ,
You can’t perform that action at this time.
0 commit comments