diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-02-02 00:41:55 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-02-02 00:41:55 +0000 |
commit | 9e5575503ed722a0db7d2c78c1ff8dd8c206434a (patch) | |
tree | 8907405a60451ab5ba64606b6b729313b84d3bbb | |
parent | a86e06cb9bebe52dc6051576a788297ae5e7afec (diff) | |
download | postgresql-9e5575503ed722a0db7d2c78c1ff8dd8c206434a.tar.gz postgresql-9e5575503ed722a0db7d2c78c1ff8dd8c206434a.zip |
Install migration file and IP contrib/ stuff.
-rw-r--r-- | migration/6.2.1_to_6.3 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/migration/6.2.1_to_6.3 b/migration/6.2.1_to_6.3 new file mode 100644 index 00000000000..c29215c6e3b --- /dev/null +++ b/migration/6.2.1_to_6.3 @@ -0,0 +1,5 @@ +This migration requires a complete dump of the 6.2 or 6.2.1 database and a +restore of the database in 6.3. + +Those migrating from earlier 1.* releases should first upgrade to 1.09 +because the COPY output format was improved from the 1.02 release. |