diff --git a/product_docs/docs/epas/16/epas_rel_notes/epas16_beta_rel_notes.mdx b/product_docs/docs/epas/16/epas_rel_notes/epas16_beta_rel_notes.mdx index 73303509f37..1c27b126ae6 100644 --- a/product_docs/docs/epas/16/epas_rel_notes/epas16_beta_rel_notes.mdx +++ b/product_docs/docs/epas/16/epas_rel_notes/epas16_beta_rel_notes.mdx @@ -17,10 +17,10 @@ EDB Postgres Advanced Server 16 beta includes the following enhancements and bug | Feature | Added support for the Oracle-compatible `DUMP` SQL function. See the [DUMP function](../reference/sql_reference/03_functions_and_operators/dump_function/) for more information. | | | Feature | Added support for the Oracle-compatible `NLS CHARSET` functions. See the [NLS functions](../reference/sql_reference/03_functions_and_operators/04_string_functions_and_operators/) for more information. | | | Feature | Added support for few more subprograms of `DBMS_SQL` package to ease the migrations. See the [DBMS_SQL package](../reference/oracle_compatibility_reference/epas_compat_bip_guide/03_built-in_packages/17_dbms_sql/) for more information. | | -| Feature | Added `spl_check` extension to check and report errors for the EDB SPL language. See the [spl_check](/docs/pg_extensions/spl_check/) for more information. | | +| Feature | Added `spl_check` extension to check and report errors for the EDB SPL language. See the [spl_check](/pg_extensions/spl_check/) for more information. | | | Enhancement | Added support for `UTL_FILE` subprograms to ease the migrations. See the [utl_file](../reference/oracle_compatibility_reference/epas_compat_bip_guide/03_built-in_packages/20_utl_file.mdx) for more information. | | | Enhancement | Transparent data encryption (TDE) now supports the AES key length 256 option to TDE. | | -| Enhancement | Added the `edb_job_scheduler` extension, which provides a background process that does the job scheduling for the `DBMS_SCHEDULER` and `DBMS_JOB` packages. Before, these packages were dependent on pgAgent. With this extension, packages don't have that dependency. See the [EDB Job Scheduler extension](/docs/pg_extensions/edb_job_scheduler/) for more information. | | +| Enhancement | Added the `edb_job_scheduler` extension, which provides a background process that does the job scheduling for the `DBMS_SCHEDULER` and `DBMS_JOB` packages. Before, these packages were dependent on pgAgent. With this extension, packages don't have that dependency. See the [EDB Job Scheduler extension](/pg_extensions/edb_job_scheduler/) for more information. | | | Enhancement | The (`ORDERED, NULL`) upperrel operations are now performed remotely through OCI DBlink, which is responsible for evaluating the query’s `ORDER BY` ordering. | | | Enhancement | Implemented `MULTISET INTERSECT UNIQUE/DISTINCT` and `MULTISET EXCEPT UNIQUE/DISTINCT` now for SPL collection types. | | | Enhancement | You can now use the `BULK COLLECT` clause with a `FETCH` statement. | |