summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier1997-04-26 18:43:40 +0000
committerMarc G. Fournier1997-04-26 18:43:40 +0000
commita902829a668f789b167b3fcfa81b087a5a3cb7b0 (patch)
tree75a372744b4109ff4a26023408538e0c273a964d
parentf522a32ceba824b4dc08341756dfe57e9deac859 (diff)
A few changes to reflect things properly suggested by David
-rw-r--r--src/man/drop_database.l (renamed from src/man/destroydb.l)4
-rw-r--r--src/man/drop_view.l (renamed from src/man/remove_view.l)2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/man/destroydb.l b/src/man/drop_database.l
index 249ec250da4..ef14074eba5 100644
--- a/src/man/destroydb.l
+++ b/src/man/drop_database.l
@@ -1,7 +1,7 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.l,v 1.2 1996/12/11 00:27:33 momjian Exp $
-.TH DESTROYDB SQL 01/23/93 PostgreSQL PostgreSQL
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_database.l,v 1.1 1997/04/26 18:43:33 scrappy Exp $
+.TH "DROP DATABASE" SQL 01/23/93 PostgreSQL PostgreSQL
.SH NAME
drop database \(em destroy an existing database
.SH SYNOPSIS
diff --git a/src/man/remove_view.l b/src/man/drop_view.l
index fdcd0ca3952..c0caaf33ae9 100644
--- a/src/man/remove_view.l
+++ b/src/man/drop_view.l
@@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/remove_view.l,v 1.2 1996/12/11 00:28:05 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_view.l,v 1.1 1997/04/26 18:43:35 scrappy Exp $
.TH "DROP VIEW" SQL 04/25/94 PostgreSQL PostgreSQL
.SH NAME
drop view \(em removes a view from Postgres