Skip to content

Commit

Permalink
fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhibhammar committed Oct 11, 2023
1 parent ef87ee5 commit 2e397b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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. | |
Expand Down

0 comments on commit 2e397b8

Please sign in to comment.