Commit 8358a8f6 authored by Bruce Momjian's avatar Bruce Momjian

psql help fix.

parent 1b907ab8
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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[] = { ...@@ -126,8 +126,8 @@ static struct _helpStruct QL_HELP[] = {
"\ "\
\tCREATE [TEMP] TABLE class_name\n\ \tCREATE [TEMP] TABLE class_name\n\
\t(attr1 type1 [DEFAULT expression] [NOT NULL], ...attrN\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[INHERITS (class_name1, ...class_nameN)\n\
\t[[CONSTRAINT name] CHECK condition1, ...conditionN] ])\n\
;"}, ;"},
{"create trigger", {"create trigger",
"create a new trigger", "create a new trigger",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment