sraoss / pg_ivm

IVM (Incremental View Maintenance) implementation as a PostgreSQL extension
Other
942 stars 27 forks source link

ERROR: extension "pg_ivm" has no installation script nor update path for version "1.4" #43

Closed jaulz closed 1 year ago

jaulz commented 1 year ago

When I try to install the latest version I'm stumbling across this error:

ERROR:  extension "pg_ivm" has no installation script nor update path for version "1.4"

In my case it helped to create a dummy file:

touch /usr/share/postgresql/14/extension/pg_ivm--1.3--1.4.sql
yugo-n commented 1 year ago

Thank you for pointing out this! pg_ivm--1.3--1.4.sql already exists but stupidly forgot updating Makefile, so it would not be installed. I'll fix it.

mirzap commented 1 year ago

Can you update release to contain this fix.. 1.4.1 or something. Thanks.

yugo-n commented 1 year ago

Released. https://github.com/sraoss/pg_ivm/releases/tag/v1.4.1