From 5d7efec0ccb8ae48359b2b0e4c38f6aceba114cd Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:27:47 +0530 Subject: [PATCH] Cleaned up release notes --- .../epas_rel_notes/epas16_beta_rel_notes.mdx | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) 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 94778c25bc8..73303509f37 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 @@ -7,24 +7,24 @@ Released: 12 sep 2023 EDB Postgres Advanced Server 16 beta includes the following enhancements and bug fixes: -| Type | Description | Category | -| -------------- | -------------------------------------------------------------------------------------------------------------------------------------| --------------------- | -| Upstream merge | Merged with community PostgreSQL 16 beta. See the [PostgreSQL 16 Release Notes](https://www.postgresql.org/docs/16/release-16.html) for more information. | | -| Feature | Added capture privilege, which allows you to create the policy to capture the database object privileges and to find out used and unused privileges on database objects. This feature supports the Oracle-compatible `DBMS_PRIVILEGE_CAPTURE` package and the SQL commands to define the capture privilege policy. See the [DBMS_PRIVILEGE_CAPTURE](../reference/oracle_compatibility_reference/epas_compat_bip_guide/03_built-in_packages/10_dbms_privilege_capture/) for more information. | | -| Feature | Two new functions return timezone set values: `DBTIMEZONE` and `SESSIONTIMEZONE`.
`DBTIMEZONE` returns the value of the database time zone. See the [TIMEZONE functions](../reference/sql_reference/03_functions_and_operators/08_date_time_functions_and_operators/#timezone-functions) for more information. | | -| Feature | Added support for the Oracle-compatible `NANVL` function. See the [NANVL function](../reference/sql_reference/03_functions_and_operators/10_conditional_expressions/#nanvl) for more information.| | -| Feature | Added support for the Oracle-equivalent `LNNVL()` function. See the [LNNVL function](../reference/sql_reference/03_functions_and_operators/10_conditional_expressions/#lnnvl) for more information. | | -| 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 redwood-compatible `NLS CHARSET` functions:
- `NLS_CHARSET_ID()`
- `NLS_CHARSET_NAME()`
- `NLS_CHARSET_DECL_LEN()`
See the [NLS functions](../reference/sql_reference/03_functions_and_operators/04_string_functions_and_operators/) for more information.| | -| Feature | Added support for `DBMS_SQL` subprograms to ease the migrations:
- `dbms_sql.variable_value()`
- `dbms_sql.define_array()`
- `dbms_sql.bind_array()`
- `dbms_sql.to_refcursor()`
- `dbms_sql.to_cursor_number()`
- `dbms_sql.describe_columns2()`
- `dbms_sql.column_value_long()`
- `dbms_sql.define_column_long()`
- `dbms_sql.define_column_rowid()`
- `dbms_sql.column_value_rowid()`
- `dbms_sql.describe _columns3()`
- `dbms_sql.return_result()`
- 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:
- `utl_file.fgetattr()`
- `utl_file.put_raw()`
-`utl_file.get_raw()`
- `utl_file.fgetpos()`
- `utl_file.fseek()`
- `utl_file.fopen_nchar()`
- `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. 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. | | -| Enhancement | You can now use the `BULK COLLECT` clause with a `FETCH` statement. Instead of returning a single row at a time from the result set, the `FETCH BULK COLLECT` returns all rows at once from the result set into one or more specified collections (both scalar and composite types) unless restricted by the `LIMIT` clause. | | -| Enhancement | Added synonym support for packages. | | -| Enhancement | The `TO_TIMESTAMP_TZ()` function now takes a single argument that converts a string to `TIMESTAMPTZ` in the default format. | | -| Enhancement | The `EXPAND_SQL_TEXT` procedure of the `DBMS_UTILITY` package is now supported. It returns an expanded version of a given SQL query by replacing view references with its definition. | | -| Deprecation | `edb_partition_pruning` GUC parameter is now removed. | +| Type | Description | Category | +| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | +| Upstream merge | Merged with community PostgreSQL 16 beta. See the [PostgreSQL 16 Release Notes](https://www.postgresql.org/docs/16/release-16.html) for more information. | | +| Feature | Added support for Oracle-compatible `DBMS_PRIVILEGE_CAPTURE` package and the SQL commands to define the capture privilege policy. See the [DBMS_PRIVILEGE_CAPTURE](../reference/oracle_compatibility_reference/epas_compat_bip_guide/03_built-in_packages/10_dbms_privilege_capture/) for more information. | | +| Feature | Added support for two timezone functions: `DBTIMEZONE` and `SESSIONTIMEZONE`See the [TIMEZONE functions](../reference/sql_reference/03_functions_and_operators/08_date_time_functions_and_operators/#timezone-functions) for more information. | | +| Feature | Added support for the Oracle-compatible `NANVL` function. See the [NANVL function](../reference/sql_reference/03_functions_and_operators/10_conditional_expressions/#nanvl) for more information. | | +| Feature | Added support for the Oracle-equivalent `LNNVL()` function. See the [LNNVL function](../reference/sql_reference/03_functions_and_operators/10_conditional_expressions/#lnnvl) for more information. | | +| 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. | | +| 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 | 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. | | +| Enhancement | Added synonym support for packages. | | +| Enhancement | The `TO_TIMESTAMP_TZ()` function now takes a single argument that converts a string to `TIMESTAMPTZ` in the default format. | | +| Enhancement | The `EXPAND_SQL_TEXT` procedure of the `DBMS_UTILITY` package is now supported. It returns an expanded version of a given SQL query by replacing view references with its definition. | | +| Deprecation | `edb_partition_pruning` GUC parameter is now deprecated. | |