Update manuals for 6.2 release.
authorBruce Momjian
Wed, 1 Oct 1997 19:08:48 +0000 (19:08 +0000)
committerBruce Momjian
Wed, 1 Oct 1997 19:08:48 +0000 (19:08 +0000)
src/bin/psql/psqlHelp.h

index abc00b33f9a02a7a86c058c60bf7eef6b64e15de..da72b0f4b9afbb122ff83434657e65f183b42be0 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: psqlHelp.h,v 1.24 1997/09/08 02:33:43 momjian Exp $
+ * $Id: psqlHelp.h,v 1.25 1997/10/01 19:08:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -77,7 +77,7 @@ static struct _helpStruct QL_HELP[] = {
    "create sequence \n\t[increment ]\n\t[start ]\n\t[minvalue ]\n\t[maxvalue ]\n\t[cache ]\n\t[cycle];"},
    {"create table",
        "create a new table",
-   "create table  (   [[not] null],...  )\n\t[inherits (,...)\n\tarchive=\n\tstore=\n\tarch_store=];"},
+   "create table  (   [not null] [default ],...  )\n\t[inherits (,...)\n\t[constraint  check () [,check ()]\n\tarchive=\n\tstore=\n\tarch_store=];"},
    {"create type",
        "create a new user-defined base data type",
    "create type  (\n\tinternallength = ( | variable),\n\t[externallength = (|variable),]\n\tinput=, output = \n\t[,element = ][,delimiter=][,default=\'\']\n\t[,send = ][,receive = ][,passedbyvalue]);"},