From 154c0a0b687f235920821130693afe0462a45c20 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 5 Jun 2000 10:57:57 +0000 Subject: Update for 7.0.2. --- doc/src/sgml/install.sgml | 36 +++++++++++++----------------------- doc/src/sgml/release.sgml | 44 +++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 56 insertions(+), 24 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/install.sgml b/doc/src/sgml/install.sgml index eff483b61d4..7d33a6575b6 100644 --- a/doc/src/sgml/install.sgml +++ b/doc/src/sgml/install.sgml @@ -1,5 +1,5 @@ @@ -8,7 +8,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.43 2000/06/01 05:58: Installation instructions for - PostgreSQL 7.0.1. + PostgreSQL 7.0.2. @@ -18,9 +18,9 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.43 2000/06/01 05:58: then unpack it: -> gunzip postgresql-7.0.1.tar.gz -> tar -xf postgresql-7.0.1.tar -> mv postgresql-7.0.1 /usr/src +> gunzip postgresql-7.0.2.tar.gz +> tar -xf postgresql-7.0.2.tar +> mv postgresql-7.0.2 /usr/src @@ -241,16 +241,16 @@ All of PostgreSQL is successfully made. Ready to install. - If you are not upgrading an existing system then skip to + If you are not upgrading an existing system, skip to . - If you are running 7.0 or later, skip to + If you are running 7.*, skip to step . You now need to back up your existing database. - To dump your fairly recent post-6.0 database installation, type + To dump your database installation, type: > pg_dumpall > db.out @@ -264,18 +264,8 @@ All of PostgreSQL is successfully made. Ready to install. Make sure to use the pg_dumpall command from the version you are currently running. - 7.0.1's pg_dumpall will not work on older databases. - However, if you are still using 6.0, do not use the - pg_dumpall script from 6.0 or everything will be - owned by the PostgreSQL superuser after you - reload. In that case - you should grab pg_dumpall from a later - 6.x.x release. - If you are upgrading from a version prior to - Postgres95 v1.09 then you must back - up your database, - install Postgres95 v1.09, restore your database, - then back it up again. + 7.0.2's pg_dumpall should not + be used on older databases. @@ -295,7 +285,7 @@ All of PostgreSQL is successfully made. Ready to install. - If you are upgrading an existing system then kill the database + If you are upgrading an existing system, kill the database server now. Type > ps ax | grep postmaster @@ -460,7 +450,7 @@ libpq.so.2.1: cannot open shared object file: No such file or directory This concludes the installation proper. To make your life more productive and enjoyable - you should look at the following optional steps and suggestions. + you should look at the following optional steps and suggestions: @@ -493,7 +483,7 @@ libpq.so.2.1: cannot open shared object file: No such file or directory You probably want to install the man and HTML documentation. Type -> cd /usr/src/pgsql/postgresql-7.0.1/doc +> cd /usr/src/pgsql/postgresql-7.0.2/doc > gmake install This will install files under /usr/local/pgsql/doc diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index de38255b00b..7d8f613a903 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,10 +1,52 @@ Release Notes + +Release 7.0.2 + + + +2000-06-05 + + +This is a repackaging of 7.0.1 with added documentation. + + + + +Migration to v7.0.2 + + +A dump/restore is not required for those running +7.*. + + + +Changes + + + +Added documentation to tarball. + + + + + + Release 7.0.1