We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7f2de commit 6439e8cCopy full SHA for 6439e8c
Makefile
@@ -10,7 +10,7 @@ OBJS = \
10
PGFILEDESC = "pg_ivm - incremental view maintenance on PostgreSQL"
11
12
EXTENSION = pg_ivm
13
-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
14
15
REGRESS = pg_ivm create_immv refresh_immv
16
pg_ivm--1.1--1.2.sql
pg_ivm.control
@@ -1,6 +1,6 @@
1
# incremental view maintenance extension_
2
comment = 'incremental view maintenance on PostgreSQL'
3
-default_version = '1.1'
+default_version = '1.2'
4
module_pathname = '$libdir/pg_ivm'
5
relocatable = false
6
schema = pg_catalog
0 commit comments