psql help cleanup.

This commit is contained in:
Bruce Momjian 1998-01-11 04:36:28 +00:00
parent 40d55d2c0a
commit f3dbe7356b
2 changed files with 7 additions and 6 deletions

View File

@ -5,7 +5,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: psqlHelp.h,v 1.36 1998/01/11 04:17:01 momjian Exp $ * $Id: psqlHelp.h,v 1.37 1998/01/11 04:36:25 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
@ -237,7 +237,8 @@ static struct _helpStruct QL_HELP[] = {
\tselect <expr1>,...<exprN>\n\ \tselect <expr1>,...<exprN>\n\
\t[from <from_clause>]\n\ \t[from <from_clause>]\n\
\t[where <qual>]\n\ \t[where <qual>]\n\
\t[group by <group_list>];"}, \t[group by <group_list>]\n\
\t[union [all] select ...];"},
{"listen", {"listen",
"listen for notification on a relation", "listen for notification on a relation",
"listen <class_name>"}, "listen <class_name>"},

View File

@ -1,6 +1,6 @@
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.6 1998/01/11 03:41:57 momjian Exp $ .\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.7 1998/01/11 04:36:28 momjian Exp $
.TH INSERT SQL 11/05/95 PostgreSQL PostgreSQL .TH INSERT SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME .SH NAME
insert \(em insert tuples to a relation insert \(em insert tuples to a relation