mirror of https://github.com/postgres/postgres
This release is supposed to be 2.0. The SQL upgrade file is a dummy, but I believe it's required.pull/238/head
parent
415cb8dd5b
commit
d55240d24c
@ -0,0 +1,4 @@ |
|||||||
|
-- complain if script is sourced in psql, rather than via CREATE EXTENSION |
||||||
|
\echo Use "ALTER EXTENSION pg_tde UPDATE TO '2.0'" to load this file. \quit |
||||||
|
|
||||||
|
-- This file is a dummy, because no SQL changed between 1.0 and 2.0 |
@ -1,4 +1,4 @@ |
|||||||
comment = 'pg_tde access method' |
comment = 'pg_tde access method' |
||||||
default_version = '1.0' |
default_version = '2.0' |
||||||
module_pathname = '$libdir/pg_tde' |
module_pathname = '$libdir/pg_tde' |
||||||
relocatable = false |
relocatable = false |
||||||
|
Loading…
Reference in new issue