mirror of
https://github.com/turbot/steampipe.git
synced 2026-05-05 09:01:26 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user