diff --git a/Makefile b/Makefile index 4554844..0a758d0 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ OBJS = \ PGFILEDESC = "pg_ivm - incremental view maintenance on PostgreSQL" EXTENSION = pg_ivm -DATA = pg_ivm--1.0.sql pg_ivm--1.0--1.1.sql +DATA = pg_ivm--1.0.sql pg_ivm--1.0--1.1.sql pg_ivm--1.1--1.2.sql REGRESS = pg_ivm create_immv refresh_immv diff --git a/pg_ivm--1.1--1.2.sql b/pg_ivm--1.1--1.2.sql new file mode 100644 index 0000000..e69de29 diff --git a/pg_ivm.control b/pg_ivm.control index e61a457..9439aaf 100644 --- a/pg_ivm.control +++ b/pg_ivm.control @@ -1,6 +1,6 @@ # incremental view maintenance extension_ comment = 'incremental view maintenance on PostgreSQL' -default_version = '1.1' +default_version = '1.2' module_pathname = '$libdir/pg_ivm' relocatable = false schema = pg_catalog