mirror of
https://github.com/postgres/postgres.git
synced 2025-05-11 05:41:32 +03:00
Include references to other "drop" man pages.
This commit is contained in:
parent
5acd45f6fd
commit
09cfab3a7f
@ -1,7 +1,7 @@
|
|||||||
.\" This is -*-nroff-*-
|
.\" This is -*-nroff-*-
|
||||||
.\" XXX standard disclaimer belongs here....
|
.\" XXX standard disclaimer belongs here....
|
||||||
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop.l,v 1.2 1996/12/11 00:27:37 momjian Exp $
|
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop.l,v 1.3 1997/09/26 15:20:12 thomas Exp $
|
||||||
.TH "DROP TABLE" SQL 11/05/95 PostgreSQL PostgreSQL
|
.TH "DROP TABLE" SQL 09/26/97 PostgreSQL
|
||||||
.SH NAME
|
.SH NAME
|
||||||
drop table \(em destroy existing classes
|
drop table \(em destroy existing classes
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -38,4 +38,13 @@ drop table emp, parts
|
|||||||
.fi
|
.fi
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
delete(l),
|
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).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user