Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1b907ab

Browse files
committed
Fix for psql help create table.
1 parent8e958b8 commit1b907ab

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/0203:45:15 momjian Exp $
8+
* $Id: psqlHelp.h,v 1.56 1999/02/0218: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)

[8]ページ先頭

©2009-2025 Movatter.jp