Skip to content

Commit

Permalink
Update known issues for BFILE
Browse files Browse the repository at this point in the history
Signed-off-by: Dj Walker-Morgan <[email protected]>
  • Loading branch information
djw-m committed Nov 21, 2024
1 parent f8b72fc commit 7773a4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions product_docs/docs/pgd/5.6/known_issues.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ 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.

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

0 comments on commit 7773a4f

Please sign in to comment.