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

Commit8358a8f

Browse files
committed
psql help fix.
1 parent1b907ab commit8358a8f

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)

[8]ページ先頭

©2009-2025 Movatter.jp