File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 110.2.2
22-----
3- Compatibility release: provides the upgrade stepping stone from 0.2.1 to 0.3.0 , and
4- fixes broken installs on PostgreSQL 11 and 12+ .
3+ Compatibility release: fixes broken installs on PostgreSQL 11 and 12+ , and
4+ provides an upgrade path from 0.2.1 .
55
66### PostgreSQL Version Support
77
@@ -17,15 +17,12 @@ It fails on newer versions due to catalog schema changes:
1717 cat_tools 0.2.2 installs and upgrades correctly on **PostgreSQL 9.2 through 18+**
1818(all currently supported versions).
1919
20- ### Upgrade Path to 0.3.0
20+ ### Upgrade Path
2121
22- There is no direct upgrade script from 0.2.1 to 0.3.0. PostgreSQL will automatically
23- chain `0.2.1 → 0.2.2 → 0.3.0` when you run `ALTER EXTENSION cat_tools UPDATE` , but
24- this requires 0.2.2 to be available.
25-
26- *If you are on cat_tools 0.2.1 and want to upgrade PostgreSQL to version 11 or later* ,
27- upgrade cat_tools to 0.2.2 first, or run `ALTER EXTENSION cat_tools UPDATE` immediately
28- after the PostgreSQL upgrade.
22+ 0.2.2 provides the stepping stone for future upgrades. Users on 0.2.1 can upgrade to
23+ 0.2.2 via `ALTER EXTENSION cat_tools UPDATE` . If upgrading PostgreSQL to version 11 or
24+ later, upgrade cat_tools to 0.2.2 first (or run `ALTER EXTENSION cat_tools UPDATE`
25+ immediately after the PostgreSQL upgrade).
2926
3027### Changes
3128
You can’t perform that action at this time.
0 commit comments