aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1997-09-26 15:20:12 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1997-09-26 15:20:12 +0000
commit09cfab3a7f9881f4ba22843b73bcd7a5180bc2d3 (patch)
treeaab536b58ecbe00ced2c1fa4b58a7ff95e1d3397 /src
parent5acd45f6fd121e6150437f5f05b7949ca2a591dc (diff)
downloadpostgresql-09cfab3a7f9881f4ba22843b73bcd7a5180bc2d3.tar.gz
postgresql-09cfab3a7f9881f4ba22843b73bcd7a5180bc2d3.zip
Include references to other "drop" man pages.
Diffstat (limited to 'src')
-rw-r--r--src/man/drop.l15
1 files changed, 12 insertions, 3 deletions
diff --git a/src/man/drop.l b/src/man/drop.l
index 84ed6edf0f1..d92a5cbb204 100644
--- a/src/man/drop.l
+++ b/src/man/drop.l
@@ -1,7 +1,7 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop.l,v 1.2 1996/12/11 00:27:37 momjian Exp $
-.TH "DROP TABLE" SQL 11/05/95 PostgreSQL PostgreSQL
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop.l,v 1.3 1997/09/26 15:20:12 thomas Exp $
+.TH "DROP TABLE" SQL 09/26/97 PostgreSQL
.SH NAME
drop table \(em destroy existing classes
.SH SYNOPSIS
@@ -38,4 +38,13 @@ drop table emp, parts
.fi
.SH "SEE ALSO"
delete(l),
-drop index(l).
+drop aggregate(l),
+drop database(l),
+drop function(l),
+drop index(l),
+drop operator(l),
+drop rule(l),
+drop sequence(l),
+drop trigger(l),
+drop type(l),
+drop view(l).