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.

This commit is contained in:
kai
2021-10-05 12:58:10 +01:00
parent 48c1041c9c
commit cb6b4d25b8

View File

@@ -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