From 40d02c2921709c7926e26aa625067fd64283638d Mon Sep 17 00:00:00 2001 From: Adam Guo Date: Fri, 21 Mar 2025 14:41:07 +0000 Subject: [PATCH] Update schema to pgivm in control file --- pg_ivm--1.10.sql | 2 -- pg_ivm.control | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pg_ivm--1.10.sql b/pg_ivm--1.10.sql index 98f0145..e1af90b 100644 --- a/pg_ivm--1.10.sql +++ b/pg_ivm--1.10.sql @@ -1,5 +1,3 @@ -CREATE SCHEMA pgivm; - -- catalog CREATE TABLE pgivm.pg_ivm_immv( diff --git a/pg_ivm.control b/pg_ivm.control index 27dc5af..76ab3c5 100644 --- a/pg_ivm.control +++ b/pg_ivm.control @@ -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