plpgsql_check issue while upgrading from postgres version 12 to 13.7

Started by shashidhar Reddyalmost 4 years ago2 messagesgeneral
Jump to latest
#1shashidhar Reddy
shashidharreddy001@gmail.com

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

#2Pavel Stehule
pavel.stehule@gmail.com
In reply to: shashidhar Reddy (#1)
Re: plpgsql_check issue while upgrading from postgres version 12 to 13.7

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