aboutsummaryrefslogtreecommitdiff
path: root/src/man/drop_type.l
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-10-14 02:54:39 +0000
committerBruce Momjian <bruce@momjian.us>1998-10-14 02:54:39 +0000
commit39f2ec55d73754382005ecf31407e9990bb88d7a (patch)
tree2068a923b079c7887a439814cb6818861c6c6806 /src/man/drop_type.l
parent103959a3df35e1d9f28644aaf01afac0faad80f7 (diff)
downloadpostgresql-39f2ec55d73754382005ecf31407e9990bb88d7a.tar.gz
postgresql-39f2ec55d73754382005ecf31407e9990bb88d7a.zip
No more pgintro.
Diffstat (limited to 'src/man/drop_type.l')
-rw-r--r--src/man/drop_type.l3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/man/drop_type.l b/src/man/drop_type.l
index cfcbb096c2e..fd87fcc71a1 100644
--- a/src/man/drop_type.l
+++ b/src/man/drop_type.l
@@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_type.l,v 1.6 1998/06/23 17:52:37 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_type.l,v 1.7 1998/10/14 02:54:35 momjian Exp $
.TH "DROP TYPE" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME
drop type - remove a user-defined type from the system catalogs
@@ -23,7 +23,6 @@ deleted type.
drop type box
.fi
.SH "SEE ALSO"
-pgintro(1),
create_type(l),
drop_operator(l).
.SH "BUGS"