diff options
author | Bruce Momjian | 1999-02-02 18:41:17 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-02-02 18:41:17 +0000 |
commit | 8358a8f6a0cd5700c1aa60f75023f957e8535c83 (patch) | |
tree | fc0c91d742ad95363a71c91b9ec255f3928f00b5 | |
parent | 1b907ab8f5cb158468c11d0bac9c72529c8193a3 (diff) |
psql help fix.
-rw-r--r-- | src/bin/psql/psqlHelp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h index ad887148cea..ab0696d1ae4 100644 --- a/src/bin/psql/psqlHelp.h +++ b/src/bin/psql/psqlHelp.h @@ -5,7 +5,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $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 $ * *------------------------------------------------------------------------- */ @@ -126,8 +126,8 @@ static struct _helpStruct QL_HELP[] = { "\ \tCREATE [TEMP] TABLE class_name\n\ \t(attr1 type1 [DEFAULT expression] [NOT NULL], ...attrN\n\ +\t[[CONSTRAINT name] CHECK condition1, ...conditionN] )\n\ \t[INHERITS (class_name1, ...class_nameN)\n\ -\t[[CONSTRAINT name] CHECK condition1, ...conditionN] ])\n\ ;"}, {"create trigger", "create a new trigger", |