plpgsql_check issue while upgrading from postgres version 12 to 13.7
Hello,
Need help on below error after upgrading the postgres from version to 12 to
13.7 I am trying to execute update_extensions.sql script and it throws an
error stating
ERROR: extension "plpgsql_check" has no update path from version "1.2" to
version "1.16". Please help me to fix it.
--
Shashidhar
Hi
ne 3. 7. 2022 v 11:39 odesílatel shashidhar Reddy <
shashidharreddy001@gmail.com> napsal:
Hello,
Need help on below error after upgrading the postgres from version to 12
to 13.7 I am trying to execute update_extensions.sql script and it throws
an error stating
ERROR: extension "plpgsql_check" has no update path from version "1.2" to
version "1.16". Please help me to fix it.
plpgsql_check doesn't support update - you need to remove old version and
install new.
Regards
Pavel
Show quoted text
--
Shashidhar