diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-12-18 04:07:10 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-12-18 04:07:10 +0000 |
commit | cf6dbd8e47c500765279d8894acf39173d54264c (patch) | |
tree | 0a61ef5e5e7e360ff29a49fd781b08d01a57906e | |
parent | c77e2e42fb4cf5c90a7562b9df289165ff164df1 (diff) | |
download | postgresql-cf6dbd8e47c500765279d8894acf39173d54264c.tar.gz postgresql-cf6dbd8e47c500765279d8894acf39173d54264c.zip |
Fix upgrade mention to 7.1.
-rw-r--r-- | HISTORY | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ aggregates, UNION, LIMIT, cursors, subqueries, and inherited tables now work properly. Inherited tables are now accessed by default. Subqueries in FROM are now supported. -Migration to v7.0 +Migration to v7.1 A dump/restore using pg_dump is required for those wishing to migrate data from any previous release. |