mirror of https://github.com/postgres/postgres
Clean up the Makefile, per Michael Paquier. Classify REINDEX as we do in core, use '1.0' for the version, per Fujii.pull/14/head
parent
3b075e9d7b
commit
a936743b33
@ -1,4 +1,4 @@ |
||||
/* pg_audit/pg_audit--1.0.0.sql */ |
||||
/* pg_audit/pg_audit--1.0.sql */ |
||||
|
||||
-- complain if script is sourced in psql, rather than via CREATE EXTENSION |
||||
\echo Use "CREATE EXTENSION pg_audit" to load this file.\quit |
||||
@ -1,5 +1,5 @@ |
||||
# pg_audit extension |
||||
comment = 'provides auditing functionality' |
||||
default_version = '1.0.0' |
||||
default_version = '1.0' |
||||
module_pathname = '$libdir/pg_audit' |
||||
relocatable = true |
||||
|
||||
Loading…
Reference in new issue