From cb6b4d25b8efb59bf949f66f92f7fa2da8de4c6c Mon Sep 17 00:00:00 2001 From: kai Date: Tue, 5 Oct 2021 12:58:10 +0100 Subject: [PATCH] Update steampipe-postgres-fdw version to "0.2.4-rc.0" - only pushdown 'limit' to plugin if all quals have key columns defined and which support the qual operator. --- constants/db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/db.go b/constants/db.go index 152805347..03b4193e0 100644 --- a/constants/db.go +++ b/constants/db.go @@ -24,7 +24,7 @@ const ( // constants for installing db and fdw images const ( DatabaseVersion = "12.1.0" - FdwVersion = "0.3.0-dev.5" + FdwVersion = "0.2.4-rc.0" // DefaultEmbeddedPostgresImage :: The 12.1.0 image uses the older jar format 12.1.0-v2 is the same version of postgres, // just packaged as gzipped tar files (consistent with oras, faster to unzip). Once everyone is