mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
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.
This commit is contained in:
@ -464,6 +464,11 @@ psql --username postgres --file script.sql postgres
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
pg_upgrade will not work if the <filename>ltree</>
|
||||
contrib module is installed in a database.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
You must drop any such columns and migrate them manually.
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user