diff --git a/Makefile b/Makefile index 82a10f4..c4e93f7 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ MODULE_big = pgaudit OBJS = pgaudit.o $(WIN32RES) EXTENSION = pgaudit -DATA = pgaudit--1.2.sql +DATA = pgaudit--1.2.1.sql pgaudit--1.2--1.2.1.sql PGFILEDESC = "pgAudit - An audit logging extension for PostgreSQL" REGRESS = pgaudit diff --git a/pgaudit--1.2--1.2.1.sql b/pgaudit--1.2--1.2.1.sql new file mode 100644 index 0000000..f3bd830 --- /dev/null +++ b/pgaudit--1.2--1.2.1.sql @@ -0,0 +1,4 @@ +/* pgaudit/pgaudit--1.2--1.2.1.sql */ + +-- complain if script is sourced in psql, rather than via CREATE EXTENSION +\echo Use "CREATE EXTENSION pgaudit" to load this file.\quit diff --git a/pgaudit--1.2.sql b/pgaudit--1.2.1.sql similarity index 94% rename from pgaudit--1.2.sql rename to pgaudit--1.2.1.sql index cbfa883..c02c6aa 100644 --- a/pgaudit--1.2.sql +++ b/pgaudit--1.2.1.sql @@ -1,4 +1,4 @@ -/* pgaudit/pgaudit--1.2.sql */ +/* pgaudit/pgaudit--1.2.1.sql */ -- complain if script is sourced in psql, rather than via CREATE EXTENSION \echo Use "CREATE EXTENSION pgaudit" to load this file.\quit diff --git a/pgaudit.control b/pgaudit.control index f95809f..3388385 100644 --- a/pgaudit.control +++ b/pgaudit.control @@ -1,5 +1,5 @@ # pgaudit extension comment = 'provides auditing functionality' -default_version = '1.2' +default_version = '1.2.1' module_pathname = '$libdir/pgaudit' relocatable = true