Version 11.8.15 v11
EDB Postgres Advanced Server 11.8.15 includes the following bug fixes:
Type | Description | ID | Category |
---|---|---|---|
Upstream Merge | Merged with community PostgreSQL 11.8. See the community Release Notes for details. | ||
Bug Fix | Add GUC to control the scan type for the remote statement. New GUC edb_dblink_oci.rescan = {serializable | scroll} allows a user to choose the scrollable vs non-scrollable cursor. [Support Ticket: #947738] | DB‑380 | dblink_oci |
Bug Fix | Do not push ROWNUM to the child scan/join targets paths and disable partition-wise aggregate when query has ROWNUM . | DB-187 |