|
5 | 5 | *
|
6 | 6 | * Copyright (c) 1994, Regents of the University of California
|
7 | 7 | *
|
8 |
| - * $Id: psqlHelp.h,v 1.31 1997/10/16 06:59:23 vadim Exp $ |
| 8 | + * $Id: psqlHelp.h,v 1.32 1997/11/07 06:27:55 thomas Exp $ |
9 | 9 | *
|
10 | 10 | *-------------------------------------------------------------------------
|
11 | 11 | */
|
@@ -52,14 +52,14 @@ static struct _helpStruct QL_HELP[] = {
|
52 | 52 | "copy data to and from a table",
|
53 | 53 | "copy [binary] <class_name> [with oids]\n\t{to|from} {<filename>|stdin|stdout} [using delimiters <delim>];"},
|
54 | 54 | {"create",
|
55 |
| - "Please more be specific:", |
| 55 | + "Please be more specific:", |
56 | 56 | "\tcreate aggregate\n\tcreate database\n\tcreate function\n\tcreate index\n\tcreate operator\n\tcreate rule\n\tcreate sequence\n\tcreate table\n\tcreate trigger\n\tcreate type\n\tcreate view"},
|
57 | 57 | {"create aggregate",
|
58 | 58 | "define an aggregate function",
|
59 | 59 | "create aggregate <agg_name> [as] (basetype = <data_type>, \n\t[sfunc1 = <sfunc_1>, stype1 = <sfunc1_return_type>]\n\t[sfunc2 = <sfunc_2>, stype2 = <sfunc2_return_type>]\n\t[,finalfunc = <final-function>]\n\t[,initcond1 = <initial-cond1>][,initcond2 = <initial-cond2>]);"},
|
60 | 60 | {"create database",
|
61 | 61 | "create a database",
|
62 |
| - "create database <dbname>"}, |
| 62 | + "create database <dbname> [with location = '<dbpath>']"}, |
63 | 63 | {"create function",
|
64 | 64 | "create a user-defined function",
|
65 | 65 | "create function <function_name> ([<type1>,...<typeN>]) returns <return_type>\n\tas '<object_filename>'|'<sql-queries>'\n\tlanguage 'c'|'sql'|'internal';"},
|
@@ -94,7 +94,7 @@ static struct _helpStruct QL_HELP[] = {
|
94 | 94 | "delete tuples",
|
95 | 95 | "delete from <class_name> [where <qual>];"},
|
96 | 96 | {"drop",
|
97 |
| - "Please more be specific:", |
| 97 | + "Please be more specific:", |
98 | 98 | "\tdrop aggregate\n\tdrop database\n\tdrop function\n\tdrop index\n\tdrop operator\n\tdrop rule\n\tdrop sequence\n\tdrop table\n\tdrop trigger\n\tdrop type\n\tdrop view"},
|
99 | 99 | {"drop aggregate",
|
100 | 100 | "remove an aggregate function",
|
|
0 commit comments