From 02233addcccfbb1a899c62537a38d6e52ce33ae8 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Sat, 17 May 1997 06:16:34 +0000 Subject: [PATCH] Include information for reset, set, and show commands. --- src/bin/psql/psqlHelp.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h index 5bc9f226ce..294c79b416 100644 --- a/src/bin/psql/psqlHelp.h +++ b/src/bin/psql/psqlHelp.h @@ -5,7 +5,7 @@ * * 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 $ * *------------------------------------------------------------------------- */ @@ -152,6 +152,9 @@ static struct _helpStruct QL_HELP[] = { { "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}"}, @@ -161,6 +164,12 @@ static struct _helpStruct QL_HELP[] = { { "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 ];"}, -- 2.11.0