diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-01-08 22:33:46 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-01-08 22:33:46 +0000 |
commit | a921389fec109063b913e87176425090f6f15af9 (patch) | |
tree | 1849fbdc37ea3f60f0fb2f6cc6efcdc586e922e5 | |
parent | ce5009f99b4d36fcb6951c4e15f399d1bf2e65fe (diff) | |
download | postgresql-a921389fec109063b913e87176425090f6f15af9.tar.gz postgresql-a921389fec109063b913e87176425090f6f15af9.zip |
New migration file.
-rw-r--r-- | migration/1.09_to_6.0 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/migration/1.09_to_6.0 b/migration/1.09_to_6.0 new file mode 100644 index 00000000000..206727989c0 --- /dev/null +++ b/migration/1.09_to_6.0 @@ -0,0 +1,5 @@ +This migration requires a complete dump of the 1.09 database and a +restore of the database in 6.0. + +Those migrating from earlier 1.* releases should first upgrade to 1.09 +because the COPY output format was improved from the 1.02 release. |