From f3dbe7356bc4f3524e1ac9f5ceac34bff44c0290 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sun, 11 Jan 1998 04:36:28 +0000
Subject: [PATCH] psql help cleanup.

---
 src/bin/psql/psqlHelp.h | 5 +++--
 src/man/insert.l        | 8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h
index b8571bf8de3..7dc2e69c5aa 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.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\
 \t[from <from_clause>]\n\
 \t[where <qual>]\n\
-\t[group by <group_list>];"},
+\t[group by <group_list>]\n\
+\t[union [all] select ...];"},
 	{"listen",
 		"listen for notification on a relation",
 	"listen <class_name>"},
diff --git a/src/man/insert.l b/src/man/insert.l
index 0b1fa87f45c..df7a53b2b11 100644
--- a/src/man/insert.l
+++ b/src/man/insert.l
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" 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
 .SH NAME
 insert \(em insert tuples to a relation
@@ -8,11 +8,11 @@ insert \(em insert tuples to a relation
 .nf
 \fBinsert\fR into classname
     [(att.expr-1 [,att_expr.i] )]
-	{\fBvalues\fR (expression1 [,expression-i] ) |
+    {\fBvalues\fR (expression1 [,expression-i] ) |
     \fBselect\fR expression1 [,expression-i]
-	[\fBfrom\fR from-list] [\fBwhere\fR qual] 
+    [\fBfrom\fR from-list] [\fBwhere\fR qual] 
     [\fBgroup by\fR attr_name1 {, attr_name-i....}]
-	[\fBunion {all} select\fR ...]
+    [\fBunion {all} select\fR ...]
 .fi
 .SH DESCRIPTION
 .BR Insert
-- 
GitLab