diff options
Diffstat (limited to 'doc/src/sgml/pgupgrade.sgml')
-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 2d8bbce6b40..9b0718df6b0 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -488,6 +488,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> |