*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: psqlHelp.h,v 1.12 1997/04/23 06:41:56 vadim Exp $
+ * $Id: psqlHelp.h,v 1.13 1997/05/17 06:16:34 thomas Exp $
*
*-------------------------------------------------------------------------
*/
{ "purge",
"purge historical data",
"purge
[before ] [after ];"},
+ { "reset",
+ "set run-time environment back to default",
+ "reset {DateStyle | GEQO}"},
{ "revoke",
"revoke access control from a user or group",
"revoke
on [,...] from \n[public | group | ]\n\t privilege is {ALL | SELECT | INSERT | UPDATE | DELETE | RULE}"},
{ "select",
"retrieve tuples",
"select [distinct on
] [as ], ... [as ]\n\t[into table ] [from ]\n\t[where ]\n\t[order by \n\t\t[using ],.. [[using ] | ASC | DESC]];" },
+ { "set",
+ "set run-time environment",
+ "set DateStyle = {'ISO' | 'SQL' | 'Postgres' | 'European' | 'US' | 'NonEuropean'\nset GEQO = {'ON' | 'OFF'}"},
+ { "show",
+ "show current run-time environment",
+ "show {DateStyle | GEQO}"},
{ "update",
"update tuples",
"update
set =,...= [from ] [where ];"},