Supports CREATE EXTENSION.
I've changed lib/Makefile to support CREATE EXTENSION. In order to work with previeous PostgreSQL version (i.e. < 9.1), this implementation installs both pg_reorg--1.0.sql and pg_reorg.sql. This patch lacks regression testcases for CREATE EXTENSION, which I will commit soon.
This commit is contained in:
committed by
Daniele Varrazzo
parent
d603c49b40
commit
e9d4ef2557
6
lib/pg_reorg.control
Normal file
6
lib/pg_reorg.control
Normal file
@ -0,0 +1,6 @@
|
||||
# pg_reorg extension
|
||||
comment = 're-organizes a PostgreSQL database'
|
||||
default_version = '1.0'
|
||||
module_pathname = '$libdir/pg_reorg'
|
||||
relocatable = false
|
||||
schema = reorg
|
Reference in New Issue
Block a user