Skip to content

Commit 267eb83

Browse files
committed
Stamp 1.6.2.
1 parent 6460d9f commit 267eb83

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MODULE_big = pgaudit
44
OBJS = pgaudit.o $(WIN32RES)
55

66
EXTENSION = pgaudit
7-
DATA = pgaudit--1.6.1.sql pgaudit--1.6--1.6.1.sql
7+
DATA = pgaudit--1.6.2.sql pgaudit--1.6--1.6.1.sql pgaudit--1.6.1--1.6.2.sql
88
PGFILEDESC = "pgAudit - An audit logging extension for PostgreSQL"
99

1010
REGRESS = pgaudit

pgaudit--1.6.1--1.6.2.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
2+
\echo Use "CREATE EXTENSION pgaudit" to load this file.\quit
File renamed without changes.

pgaudit.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pgaudit extension
22
comment = 'provides auditing functionality'
3-
default_version = '1.6.1'
3+
default_version = '1.6.2'
44
module_pathname = '$libdir/pgaudit'
55
relocatable = true

0 commit comments

Comments
 (0)