8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b907ab commit 8358a8fCopy full SHA for 8358a8f
src/bin/psql/psqlHelp.h
@@ -5,7 +5,7 @@
5
*
6
* Copyright (c) 1994, Regents of the University of California
7
8
- * $Id: psqlHelp.h,v 1.56 1999/02/02 18:39:23 momjian Exp $
+ * $Id: psqlHelp.h,v 1.57 1999/02/02 18:41:17 momjian Exp $
9
10
*-------------------------------------------------------------------------
11
*/
@@ -126,8 +126,8 @@ static struct _helpStruct QL_HELP[] = {
126
"\
127
\tCREATE [TEMP] TABLE class_name\n\
128
\t(attr1 type1 [DEFAULT expression] [NOT NULL], ...attrN\n\
129
+\t[[CONSTRAINT name] CHECK condition1, ...conditionN] )\n\
130
\t[INHERITS (class_name1, ...class_nameN)\n\
-\t[[CONSTRAINT name] CHECK condition1, ...conditionN] ])\n\
131
;"},
132
{"create trigger",
133
"create a new trigger",
0 commit comments