diff options
Diffstat (limited to 'src/bin/psql/psqlHelp.h')
-rw-r--r-- | src/bin/psql/psqlHelp.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h index 9c444f490c7..166e6009800 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.41 1998/03/18 15:48:26 momjian Exp $ + * $Id: psqlHelp.h,v 1.42 1998/03/30 19:04:53 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -163,6 +163,7 @@ static struct _helpStruct QL_HELP[] = { \t[from <from_list>]\n\ \t[where <qual>]\n\ \t[group by <group_list>]\n\ +\t[having <having_clause>]\n\ \t[order by <attr1> [using <op1>],... <attrN> [using <opN>]]\n\ \t[union [all] select ...];"}, {"delete", @@ -243,6 +244,7 @@ static struct _helpStruct QL_HELP[] = { \t[from <from_clause>]\n\ \t[where <qual>]\n\ \t[group by <group_list>]\n\ +\t[having <having_clause>]\n\ \t[union [all] select ...];"}, {"listen", "listen for notification on a relation", @@ -277,6 +279,7 @@ static struct _helpStruct QL_HELP[] = { \t[from <from_list>]\n\ \t[where <qual>]\n\ \t[group by <group_list>]\n\ +\t[having <having_clause>]\n\ \t[order by <attr1> [ASC | DESC] [using <op1>], ... <attrN> ]\n\ \t[union [all] select ...];"}, {"set", |