From 9c1fdb78cbad08216b5af472a9f31c7b263b6a98 Mon Sep 17 00:00:00 2001 From: Nick Walker Date: Mon, 27 Jul 2020 10:07:15 -0500 Subject: [PATCH] (MAINT) Indicate supported PostgreSQL versions Prior to this commit, there was an old limitation noted that we only support up to PostgreSQL 9.5. After this commit, we remove that limitation because we support whatever the default for each OS is. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8470d61a0..059e709454 100644 --- a/README.md +++ b/README.md @@ -320,7 +320,7 @@ For information on the classes and types, see the [REFERENCE.md](https://github. ## Limitations -Works with versions of PostgreSQL from 8.1 through 9.5. +Works with versions of PostgreSQL on supported OSes. For an extensive list of supported operating systems, see [metadata.json](https://github.com/puppetlabs/puppetlabs-postgresql/blob/master/metadata.json)