8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5acd45f commit 09cfab3Copy full SHA for 09cfab3
src/man/drop.l
@@ -1,7 +1,7 @@
1
.\" This is -*-nroff-*-
2
.\" XXX standard disclaimer belongs here....
3
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop.l,v 1.2 1996/12/11 00:27:37 momjian Exp $
4
-.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
5
.SH NAME
6
drop table \(em destroy existing classes
7
.SH SYNOPSIS
@@ -38,4 +38,13 @@ drop table emp, parts
38
.fi
39
.SH "SEE ALSO"
40
delete(l),
41
-drop index(l).
+drop aggregate(l),
42
+drop database(l),
43
+drop function(l),
44
+drop index(l),
45
+drop operator(l),
46
+drop rule(l),
47
+drop sequence(l),
48
+drop trigger(l),
49
+drop type(l),
50
+drop view(l).
0 commit comments