]> granicus.if.org Git - postgresql/commitdiff
Fix for psql help create table.
authorBruce Momjian <bruce@momjian.us>
Tue, 2 Feb 1999 18:39:23 +0000 (18:39 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 2 Feb 1999 18:39:23 +0000 (18:39 +0000)
src/bin/psql/psqlHelp.h

index 833e6defc9195e9ad267fb75f832ae4ed6ec33d5..ad887148ceae4a331b33f101f0ee2123a78957b8 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: psqlHelp.h,v 1.55 1999/02/02 03:45:15 momjian Exp $
+ * $Id: psqlHelp.h,v 1.56 1999/02/02 18:39:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -125,9 +125,9 @@ static struct _helpStruct QL_HELP[] = {
                "create a new table",
        "\
 \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[INHERITS (class_name1, ...class_nameN)\n\
-\t[[CONSTRAINT name] CHECK condition1, ...conditionN] ]\n\
+\t[[CONSTRAINT name] CHECK condition1, ...conditionN] ])\n\
 ;"},
        {"create trigger",
                "create a new trigger",