Skip to content

Commit a902829

Browse files
committed
A few changes to reflect things properly suggested by David
1 parent f522a32 commit a902829

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/man/destroydb.l renamed to src/man/drop_database.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.l,v 1.2 1996/12/11 00:27:33 momjian Exp $
4-
.TH DESTROYDB SQL 01/23/93 PostgreSQL PostgreSQL
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_database.l,v 1.1 1997/04/26 18:43:33 scrappy Exp $
4+
.TH "DROP DATABASE" SQL 01/23/93 PostgreSQL PostgreSQL
55
.SH NAME
66
drop database \(em destroy an existing database
77
.SH SYNOPSIS

src/man/remove_view.l renamed to src/man/drop_view.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/remove_view.l,v 1.2 1996/12/11 00:28:05 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_view.l,v 1.1 1997/04/26 18:43:35 scrappy Exp $
44
.TH "DROP VIEW" SQL 04/25/94 PostgreSQL PostgreSQL
55
.SH NAME
66
drop view \(em removes a view from Postgres

0 commit comments

Comments
 (0)