|
5 | 5 | *
|
6 | 6 | * Copyright (c) 1994, Regents of the University of California
|
7 | 7 | *
|
8 |
| - * $Id: psqlHelp.h,v 1.15 1997/06/01 04:32:41 momjian Exp $ |
| 8 | + * $Id: psqlHelp.h,v 1.16 1997/06/01 04:53:44 momjian Exp $ |
9 | 9 | *
|
10 | 10 | *-------------------------------------------------------------------------
|
11 | 11 | */
|
@@ -166,7 +166,7 @@ static struct _helpStruct QL_HELP[] = {
|
166 | 166 | "select [distinct on <attr>] <expr1> [as <attr1>], ... <exprN> [as <attrN>]\n\t[into table <class_name>] [from <from_list>]\n\t[where <qual>]\n\t[order by <attr1>\n\t\t[using <op1>],..<attrN> [[using <opN>] | ASC | DESC]];" },
|
167 | 167 | {"set",
|
168 | 168 | "set run-time environment",
|
169 |
| -"set DateStyle= {'ISO' |'SQL' |'Postgres' |'European' |'US' |'NonEuropean'\nset GEQO = {'ON' |'OFF'}"}, |
| 169 | +"set DateStyle{ISO | SQL | Postgres | European |US | NonEuropean}\nset GEQO = {ON | OFF}\nset R_PLANS {ON | OFF}"}, |
170 | 170 | {"show",
|
171 | 171 | "show current run-time environment",
|
172 | 172 | "show {DateStyle | GEQO}"},
|
|