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

Commit 1b907ab

Browse files
committed
Fix for psql help create table.
1 parent 8e958b8 commit 1b907ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bin/psql/psqlHelp.h

Lines changed: 3 additions & 3 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.55 1999/02/02 03:45:15 momjian Exp $
8+
* $Id: psqlHelp.h,v 1.56 1999/02/02 18:39:23 momjian Exp $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -125,9 +125,9 @@ static struct _helpStruct QL_HELP[] = {
125125
"create a new table",
126126
"\
127127
\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\
129129
\t[INHERITS (class_name1, ...class_nameN)\n\
130-
\t[[CONSTRAINT name] CHECK condition1, ...conditionN] ]\n\
130+
\t[[CONSTRAINT name] CHECK condition1, ...conditionN] ])\n\
131131
;"},
132132
{"create trigger",
133133
"create a new trigger",

0 commit comments

Comments
 (0)