Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update epas16_beta_rel_notes.mdx #4867

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ EDB Postgres Advanced Server 16 beta includes the following enhancements and bug
| Feature | Added support for `DBMS_SQL` subprograms to ease the migrations:<br />- `dbms_sql.variable_value()`<br />- `dbms_sql.define_array()`<br />- `dbms_sql.bind_array()`<br />- `dbms_sql.to_refcursor()`<br />- `dbms_sql.to_cursor_number()`<br />- `dbms_sql.describe_columns2()`<br />- `dbms_sql.column_value_long()`<br />- `dbms_sql.define_column_long()`<br />- `dbms_sql.define_column_rowid()`<br />- `dbms_sql.column_value_rowid()`<br />- `dbms_sql.describe _columns3()`<br />- `dbms_sql.return_result()`<br />- 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](https://deploy-preview-4781--edb-docs-staging.netlify.app/docs/pg_extensions/spl_check/) for more information. |
| Enhancement | Added support for `UTL_FILE` subprograms to ease the migrations:<br />- `utl_file.fgetattr()`<br />- `utl_file.put_raw()`<br />-`utl_file.get_raw()`<br />- `utl_file.fgetpos()`<br />- `utl_file.fseek()`<br />- `utl_file.fopen_nchar()`<br />- `utl_file.put_nchar()`. | |
| Enhancement | Transparent data encryption (TDE) now supports the AES key length 256 option to TDE. The default is still AES-128, but the AES-256 option is available for use cases where 256-bit is a regulatory requirement and for feature parity with SQL Server's TDE technology that uses AES-256. | |
| Enhancement | Transparent data encryption (TDE) now supports the AES key length 256 option to TDE. The default is still AES-128. AES-256 is typically required for regulatory compliance or recommended when looking for maximum security. | |
| 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. | |
| 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 | `MULTISET INTERSECT UNIQUE/DISTINCT` and `MULTISET EXCEPT UNIQUE/DISTINCT` are now implemented for SPL collection types. | |
Expand Down