mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +03:00
Add underscores in manual references.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.\" This is -*-nroff-*-
|
||||
.\" XXX standard disclaimer belongs here....
|
||||
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_table.l,v 1.2 1998/01/11 22:17:31 momjian Exp $
|
||||
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_table.l,v 1.3 1998/06/23 17:52:36 momjian Exp $
|
||||
.TH "DROP TABLE" SQL 09/26/97 PostgreSQL
|
||||
.SH NAME
|
||||
drop table - destroy existing classes
|
||||
@@ -38,13 +38,13 @@ drop table emp, parts
|
||||
.fi
|
||||
.SH "SEE ALSO"
|
||||
delete(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).
|
||||
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).
|
||||
|
||||
Reference in New Issue
Block a user