summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/README
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-03-14 21:58:09 +0000
committerBruce Momjian <bruce@momjian.us>1998-03-14 21:58:09 +0000
commit3674ccdf95037c0dcbfcae38f02bf3fdd2080acd (patch)
tree046161095fe63aa3a7fbb98c3c7f8fdc6c29c0ae /src/bin/pg_dump/README
parent12429af0272605f7c6b7e29ec07db55a13bacd56 (diff)
downloadpostgresql-3674ccdf95037c0dcbfcae38f02bf3fdd2080acd.tar.gz
Change Postgres95 to PostgreSQL. Update CLUSTER manual page.
Diffstat (limited to 'src/bin/pg_dump/README')
-rw-r--r--src/bin/pg_dump/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_dump/README b/src/bin/pg_dump/README
index 17c433c898..f34f45a754 100644
--- a/src/bin/pg_dump/README
+++ b/src/bin/pg_dump/README
@@ -11,9 +11,9 @@ To build:
% gmake clean install
-This version of the program will read in your postgres95 database and
+This version of the program will read in your postgreSQL database and
output the schema and the data tuples in SQL. The dumps are useful
-for moving from one postgres95 installation to another.
+for moving from one postgreSQL installation to another.
How to use pg_dump: