Update schema to pgivm in control file

This commit is contained in:
Adam Guo 2025-03-21 14:41:07 +00:00
parent 437b2d22d7
commit 40d02c2921
2 changed files with 1 additions and 3 deletions

View file

@ -1,5 +1,3 @@
CREATE SCHEMA pgivm;
-- catalog
CREATE TABLE pgivm.pg_ivm_immv(

View file

@ -3,4 +3,4 @@ comment = 'incremental view maintenance on PostgreSQL'
default_version = '1.10'
module_pathname = '$libdir/pg_ivm'
relocatable = false
schema = pg_catalog
schema = pgivm