diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-09-07 14:42:36 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-09-07 14:43:07 -0400 |
commit | 8cdd62068d2b6913902741f2fbc74d51042c3d3e (patch) | |
tree | 5ee189bd13c1785b2400cdb6d348086458b95f7b /doc/src | |
parent | 673dfe9690a54889bdb434321552f227806209fa (diff) | |
download | postgresql-8cdd62068d2b6913902741f2fbc74d51042c3d3e.tar.gz postgresql-8cdd62068d2b6913902741f2fbc74d51042c3d3e.zip |
In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltree
because its internal format was changed in 8.4.
Backpatch to 9.0 and 9.1.
Report by depesz, diagnosis by Tom.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/pgupgrade.sgml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index 8ea9c270120..3a6dbfd65ac 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -486,6 +486,11 @@ psql --username postgres --file script.sql postgres </para> <para> + pg_upgrade will not work if the <filename>ltree</> + contrib module is installed in a database. + </para> + + <para> pg_upgrade will require a table rebuild if: <itemizedlist> <listitem> |