Skip to content

Commit

Permalink
Merge pull request #6302 from EnterpriseDB/DOCS-1135-add-ki-re-epas-c…
Browse files Browse the repository at this point in the history
…ompatibility-to-pgd-docs

Added KI
  • Loading branch information
djw-m authored Nov 26, 2024
2 parents d66826b + 35203b2 commit 2ba6802
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion product_docs/docs/pgd/5.6/known_issues.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ To modify a commit scope safely, use [`bdr.alter_commit_scope`](/pgd/latest/refe

- DDL run in serializable transactions can face the error: `ERROR: could not serialize access due to read/write dependencies among transactions`. A workaround is to run the DDL outside serializable transactions.

- The EPAS 17 data type [`BFILE`](/epas/latest/reference/sql_reference/02_data_types/03a_bfiles/) is not currently supported. This is due to `BFILE` being a file reference that is stored in the database, and the file itself is stored outside the database and not replicated.
- The EBD Postgres Advanced Server 17 data type [`BFILE`](/epas/latest/reference/sql_reference/02_data_types/03a_bfiles/) is not currently supported. This is due to `BFILE` being a file reference that is stored in the database, and the file itself is stored outside the database and not replicated.

- EDB Postgres Advanced Server's native autopartioning is not supported in PGD. See [Restrictions on EDB Postgres Advanced Server-native automatic partitioning](scaling#restrictions-on-edb-postgres-advanced-server-native-automatic-partitioning) for more information.

Details of other design or implementation [limitations](planning/limitations) are also available.

0 comments on commit 2ba6802

Please sign in to comment.