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

Commit 8358a8f

Browse files
committed
psql help fix.
1 parent 1b907ab commit 8358a8f

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.56 1999/02/02 18:39:23 momjian Exp $
8+
* $Id: psqlHelp.h,v 1.57 1999/02/02 18:41:17 momjian Exp $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -126,8 +126,8 @@ static struct _helpStruct QL_HELP[] = {
126126
"\
127127
\tCREATE [TEMP] TABLE class_name\n\
128128
\t(attr1 type1 [DEFAULT expression] [NOT NULL], ...attrN\n\
129+
\t[[CONSTRAINT name] CHECK condition1, ...conditionN] )\n\
129130
\t[INHERITS (class_name1, ...class_nameN)\n\
130-
\t[[CONSTRAINT name] CHECK condition1, ...conditionN] ])\n\
131131
;"},
132132
{"create trigger",
133133
"create a new trigger",

0 commit comments

Comments
 (0)