From 9d14ef9465ec93dae0861e7c51241018fb218afa Mon Sep 17 00:00:00 2001 From: "Vadim B. Mikheev" Date: Tue, 3 Jun 1997 06:19:11 +0000 Subject: [PATCH] SET var TO '...' ^^ - added --- src/bin/psql/psqlHelp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h index 90f86929bb..b72a3f1675 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.17 1997/06/02 14:12:28 momjian Exp $ + * $Id: psqlHelp.h,v 1.18 1997/06/03 06:19:11 vadim Exp $ * *------------------------------------------------------------------------- */ @@ -166,7 +166,7 @@ static struct _helpStruct QL_HELP[] = { "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}\nset R_PLANS {ON | OFF}"}, + "set DateStyle to {ISO | SQL | Postgres | European | US | NonEuropean}\nset GEQO to {ON[=#] | OFF}\nset R_PLANS to {ON | OFF}"}, { "show", "show current run-time environment", "show {DateStyle | GEQO | R_PLANS}"}, -- 2.11.0