Update schema to pgivm in control file
This commit is contained in:
parent
437b2d22d7
commit
40d02c2921
2 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
|||
CREATE SCHEMA pgivm;
|
||||
|
||||
-- catalog
|
||||
|
||||
CREATE TABLE pgivm.pg_ivm_immv(
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue