From 2032607b2761d9280fe071d51282199fabde80fe Mon Sep 17 00:00:00 2001 From: Mike Palmiotto Date: Wed, 29 Apr 2020 15:39:17 +0000 Subject: [PATCH] Update README to reflect supported versions --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 86f355b..25ac776 100644 --- a/README.md +++ b/README.md @@ -246,10 +246,7 @@ variety of nefarious or otherwise undesireable actions. However, these actions will be logged providing an audit trail, which could also be used to trigger alerts. -Although this extension compiles and works with all supported versions of -PostgreSQL starting with PostgreSQL 9.1, all features are not supported until -PostgreSQL 9.4 or higher. The ALTER SYSTEM command does not exist prior to 9.4 -and COPY PROGRAM does not exist prior to 9.3. +This extension supports PostgreSQL versions 9.4 and higher. ## Post-Execution Hooks @@ -306,7 +303,7 @@ memory before their implementations can access them. ### Requirements -* PostgreSQL 9.1 or higher. +* PostgreSQL 9.4 or higher. ### Compile and Install