Skip to content

Commit

Permalink
Merge pull request #2504 from EnterpriseDB/release/2022-03-30
Browse files Browse the repository at this point in the history
Release: 2022-03-30
  • Loading branch information
drothery-edb authored Mar 30, 2022
2 parents f57544a + 9e7fc87 commit e67e2be
Show file tree
Hide file tree
Showing 25 changed files with 132 additions and 56 deletions.
3 changes: 3 additions & 0 deletions product_docs/docs/edb_plus/36/04_using_edb_plus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ For more information about the `pg_hba.conf` file, see the PostgreSQL core docum

`scriptfile` is the name of a file residing in the current working directory, containing SQL and/or EDB\*Plus commands that will be automatically executed after startup of EDB\*Plus. `ext` is the filename extension. If the filename extension is `sql`, then the `.sql` extension may be omitted when specifying `scriptfile`. When creating a script file, always name the file with an extension, otherwise it will not be accessible by EDB\*Plus. (EDB\*Plus will always assume a `.sql` extension on filenames that are specified with no extension.)

!!! note
When you run the commands in the following examples you may be using a newer version of EDB\*Plus and as such the EDB\*Plus build number shown in your output may be different.

The following example shows user `enterprisedb` with password `password`, connecting to database `edb` running on a database server on the `localhost` at port `5444`.

```text
Expand Down
11 changes: 7 additions & 4 deletions product_docs/docs/edb_plus/37/04_using_edb_plus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,14 @@ For more information about the `pg_hba.conf` file, see the PostgreSQL core docum

`scriptfile` is the name of a file residing in the current working directory, containing SQL and/or EDB\*Plus commands that will be automatically executed after startup of EDB\*Plus. `ext` is the filename extension. If the filename extension is `sql`, then the `.sql` extension may be omitted when specifying `scriptfile`. When creating a script file, always name the file with an extension, otherwise it will not be accessible by EDB\*Plus. (EDB\*Plus will always assume a `.sql` extension on filenames that are specified with no extension.)

!!! note
When you run the commands in the following examples you may be using a newer version of EDB\*Plus and as such the EDB\*Plus build number shown in your output may be different.

The following example shows user `enterprisedb` with password `password`, connecting to database `edb` running on a database server on the `localhost` at port `5444`.

```text
C:\Program Files\edb\as11\edbplus>edbplus enterprisedb/password
Connected to EnterpriseDB 11.0.1 (localhost:5444/edb) AS enterprisedb
Connected to EnterpriseDB 11.1.7 (localhost:5444/edb) AS enterprisedb

EDB*Plus: Release 11 (Build 37.0.0)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
Expand All @@ -89,7 +92,7 @@ The following example shows user `enterprisedb` with password, `password`, conne
```text
C:\Program Files\edb\as11\edbplus>edbplus enterprisedb/password@localhost:5445/edb
Connected to EnterpriseDB 11.0.1 (localhost:5445/edb) AS enterprisedb
Connected to EnterpriseDB 11.1.7 (localhost:5445/edb) AS enterprisedb
EDB*Plus: Release 11 (Build 37.0.0)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
Expand All @@ -101,7 +104,7 @@ Using variable `hr_5445` in the `login.sql` file, the following illustrates how

```text
C:\Program Files\edb\as11\edbplus>edbplus enterprisedb/password@hr_5445
Connected to EnterpriseDB 11.0.1 (localhost:5445/hr) AS enterprisedb
Connected to EnterpriseDB 11.1.7 (localhost:5445/hr) AS enterprisedb
EDB*Plus: Release 11 (Build 37.0.0)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
Expand All @@ -120,7 +123,7 @@ The following example executes a script file, `dept_query.sql` after connecting

```text
C:\Program Files\edb\as11\edbplus>edbplus enterprisedb/password @dept_query
Connected to EnterpriseDB 11.0.1 (localhost:5444/edb) AS enterprisedb
Connected to EnterpriseDB 11.1.7 (localhost:5444/edb) AS enterprisedb
SQL> SELECT * FROM dept;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Release Notes"
title: "Version 37.0.0"
---
<div id="release_notes" class="registered_link"></div>

New features, enhancements, bug fixes, and other changes in EDB*Plus 37 include:
New features, enhancements, bug fixes, and other changes in EDB*Plus 37.0.0 include:

| Type | Description |
| ----------- | -------------------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Version 37.0.1"
---
<div id="release_notes" class="registered_link"></div>

New features, enhancements, bug fixes, and other changes in EDB*Plus 37.0.1 include:

| Type | Description |
| ----------- | -----------------------------------------|
| Change | Updated the jline.jar file. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Version 37.0.2"
---
<div id="release_notes" class="registered_link"></div>

New features, enhancements, bug fixes, and other changes in EDB*Plus 37.0.2 include:

| Type | Description |
| ------------ | ---------------------------------------------------------------------------------------|
| Enhancement | The display format for a decimal point is now compatible with Oracle SQL*Plus [Support Ticket #75092]. |
| Security Fix | The EDB JDBC driver in EDB*Plus is upgraded to version 42.3.2.1. This upgrade fixes the CVE-2022-21724 vulnerability reported in older versions of the EDB JDBC driver. |
| Bug Fix | Describe command no linger fails for a schema qualified SYNONYM name [Support Ticket #72994]. |
17 changes: 17 additions & 0 deletions product_docs/docs/edb_plus/37/edbplus_rel_notes/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "Release Notes"
navigation:
- edbplus3702_rel_notes
- edbplus3701_rel_notes
- edbplus3700_rel_notes
---

EDB\*Plus is a utility program that provides a command line user interface to EDB Postgres Advanced Server.

The EDB\*Plus documentation describes the latest version of EDB\*Plus Version 39. The release notes in this section provide information on what was new in each release.

| Version | Release Date |
| -------------------------------------- | ------------ |
| [37.0.2](edbplus3702_rel_notes.mdx) | 2022 Mar 28 |
| [37.0.1](edbplus3701_rel_notes.mdx) | 2021 Mar 31 |
| [37.0.0](edbplus3700_rel_notes.mdx) | 2018 Nov 28 |
7 changes: 3 additions & 4 deletions product_docs/docs/edb_plus/37/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ title: "EDB*Plus"

directoryDefaults:
description: "EDB*Plus Documentation and release notes."
navigation:
- edbplus_rel_notes
- 03_installing_edb_plus
---

EDB\*Plus is a utility program that provides a command line user interface to EDB Postgres Advanced Server. EDB\*Plus accepts SQL commands, SPL anonymous blocks, and EDB\*Plus commands.
Expand All @@ -17,8 +20,4 @@ EDB\*Plus commands are compatible with Oracle SQL\*Plus commands and provide var
- Executing OS commands
- Recording output

<div class="toctree" maxdepth="4">

introduction edb_plus installing_edb_plus using_edb_plus using_edb_plus_with_ssl command_summary conclusion

</div>
10 changes: 0 additions & 10 deletions product_docs/docs/edb_plus/38/01_release_notes.mdx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
navTitle: Version 38.0.1
title: "Version 38.0.1"
---

New features, enhancements, bug fixes, and other changes in EDB*Plus 38.0.1 include:

| Type | Description |
| ------------ | ---------------------------------------------------------------------------------------|
| Enhancement | The display format for a decimal point is now compatible with Oracle SQL*Plus [Support Ticket #75092]. |
| Security Fix | The EDB JDBC driver in EDB*Plus is upgraded to version 42.3.2.1. This upgrade fixes the CVE-2022-21724 vulnerability reported in older versions of the EDB JDBC driver. |
| Bug Fix | Describe command no linger fails for a schema qualified SYNONYM name [Support Ticket #72994]. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
navTitle: Version 38.0.0
title: "Version 38.0.0"
---

New features, enhancements, bug fixes, and other changes in EDB*Plus 38.0.0 include:

| Type | Description |
| ------------ | ---------------------------------------------------------------------------------------|
| Enhancement | Support for EDB Postgres Advanced Server 12.1.1. |
12 changes: 12 additions & 0 deletions product_docs/docs/edb_plus/38/01_release_notes/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Release Notes"
---

EDB\*Plus is a utility program that provides a command line user interface to EDB Postgres Advanced Server.

The EDB\*Plus documentation describes the latest version of EDB\*Plus Version 38. The release notes in this section provide information on what was new in each release.

| Version | Release Date |
| -------------------------------------- | ------------ |
| [38.0.1](09_edbplus38.01_rel_notes.mdx)| 2022 Mar 23 |
| [38.0.0](10_edbplus38_rel_notes.mdx) | 2019 Dec 10 |
9 changes: 6 additions & 3 deletions product_docs/docs/edb_plus/38/04_using_edb_plus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,14 @@ For more information about the `pg_hba.conf` file, see the PostgreSQL core docum

`scriptfile` is the name of a file residing in the current working directory, containing SQL and/or EDB\*Plus commands that will be automatically executed after startup of EDB\*Plus. `ext` is the filename extension. If the filename extension is `sql`, then the `.sql` extension may be omitted when specifying `scriptfile`. When creating a script file, always name the file with an extension, otherwise it will not be accessible by EDB\*Plus. (EDB\*Plus will always assume a `.sql` extension on filenames that are specified with no extension.)

!!! Note
When you run the commands in the following examples you may be using a newer version of EDB\*Plus and as such the EDB\*Plus build number shown in your output may be different.

The following example shows user `enterprisedb` with password `password`, connecting to database `edb` running on a database server on the `localhost` at port `5444`.

```text
C:\Program Files\edb\as12\edbplus>edbplus enterprisedb/password
Connected to EnterpriseDB 12.0.1 (localhost:5444/edb) AS enterprisedb
Connected to EnterpriseDB 12.1.2 (localhost:5444/edb) AS enterprisedb

EDB*Plus: Release 12 (Build 38.0.0)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
Expand All @@ -83,7 +86,7 @@ The following example shows user `enterprisedb` with password, `password`, conne
```text
C:\Program Files\edb\as12\edbplus>edbplus enterprisedb/password@localhost:5445/edb
Connected to EnterpriseDB 12.0.1 (localhost:5445/edb) AS enterprisedb
Connected to EnterpriseDB 12.1.2 (localhost:5445/edb) AS enterprisedb
EDB*Plus: Release 12 (Build 38.0.0)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
Expand All @@ -95,7 +98,7 @@ Using variable `hr_5445` in the `login.sql` file, the following illustrates how

```text
C:\Program Files\edb\as12\edbplus>edbplus enterprisedb/password@hr_5445
Connected to EnterpriseDB 12.0.1 (localhost:5445/hr) AS enterprisedb
Connected to EnterpriseDB 12.1.2 (localhost:5445/hr) AS enterprisedb
EDB*Plus: Release 12 (Build 38.0.0)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions product_docs/docs/edb_plus/38/05_using_edb_plus_with_ssl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ $ cd /opt/edb/as12/edbplus
$ ./edbplus.sh enterprisedb/[email protected]:5444/edb?ssl=true
Connected to EnterpriseDB 12.0.1 (192.168.2.22:5444/edb) AS enterprisedb
EDB*Plus: Release 12 (Build 38.0.0)
EDB*Plus: Release 12 (Build 38.0.1)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
SQL>
Expand All @@ -313,7 +313,7 @@ $ cd /opt/edb/as12/edbplus
$ ./edbplus.sh enterprisedb/[email protected]:5444/edb?ssl=true
Connected to EnterpriseDB 12.0.1 (192.168.2.22:5444/edb) AS enterprisedb
EDB*Plus: Release 12 (Build 38.0.0)
EDB*Plus: Release 12 (Build 38.0.1)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
SQL>
Expand Down
17 changes: 10 additions & 7 deletions product_docs/docs/edb_plus/39/04_using_edb_plus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,16 @@ For more information about the `pg_hba.conf` file, see the PostgreSQL core docum

`scriptfile` is the name of a file residing in the current working directory, containing SQL and/or EDB\*Plus commands that will be automatically executed after startup of EDB\*Plus. `ext` is the filename extension. If the filename extension is `sql`, then the `.sql` extension may be omitted when specifying `scriptfile`. When creating a script file, always name the file with an extension, otherwise it will not be accessible by EDB\*Plus. (EDB\*Plus will always assume a `.sql` extension on filenames that are specified with no extension.)

!!! note
When you run the commands in the following examples you may be using a newer version of EDB\*Plus and as such the EDB\*Plus build number shown in your output may be different.

The following example shows user `enterprisedb` with password `password`, connecting to database `edb` running on a database server on the `localhost` at port `5444`.

```text
C:\Program Files\edb\as13\edbplus>edbplus enterprisedb/password
Connected to EnterpriseDB 13.0.1 (localhost:5444/edb) AS enterprisedb
Connected to EnterpriseDB 13.1.4 (localhost:5444/edb) AS enterprisedb

EDB*Plus: Release 13 (Build 39.0.3)
EDB*Plus: Release 13 (Build 39.0.0)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.

SQL>
Expand All @@ -88,9 +91,9 @@ The following example shows user `enterprisedb` with password, `password`, conne
```text
C:\Program Files\edb\as13\edbplus>edbplus enterprisedb/password@localhost:5445/edb
Connected to EnterpriseDB 13.0.1 (localhost:5445/edb) AS enterprisedb
Connected to EnterpriseDB 13.1.4 (localhost:5445/edb) AS enterprisedb
EDB*Plus: Release 13 (Build 39.0.3)
EDB*Plus: Release 13 (Build 39.0.0)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
SQL>
Expand All @@ -100,9 +103,9 @@ Using variable `hr_5445` in the `login.sql` file, the following illustrates how

```text
C:\Program Files\edb\as13\edbplus>edbplus enterprisedb/password@hr_5445
Connected to EnterpriseDB 13.0.1 (localhost:5445/hr) AS enterprisedb
Connected to EnterpriseDB 13.1.4 (localhost:5445/hr) AS enterprisedb
EDB*Plus: Release 13 (Build 39.0.3)
EDB*Plus: Release 13 (Build 39.0.0)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
SQL>
Expand All @@ -119,7 +122,7 @@ The following example executes a script file, `dept_query.sql` after connecting

```text
C:\Program Files\edb\as13\edbplus>edbplus enterprisedb/password @dept_query
Connected to EnterpriseDB 13.0.1 (localhost:5444/edb) AS enterprisedb
Connected to EnterpriseDB 13.1.4 (localhost:5444/edb) AS enterprisedb
SQL> SELECT * FROM dept;
Expand Down
15 changes: 9 additions & 6 deletions product_docs/docs/edb_plus/40/04_using_edb_plus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,16 @@ For more information about the `pg_hba.conf` file, see the [PostgreSQL core docu

`scriptfile` is the name of a file residing in the current working directory, containing SQL and/or EDB\*Plus commands that execute after startup of EDB\*Plus. `ext` is the filename extension. If the filename extension is `sql`, then you can omit the `.sql` extension. When creating a script file, always name the file with an extension. Otherwise EDB\*Plus can't access it. EDB\*Plus assumes a `.sql` extension on filenames that are specified with no extension.

!!! Note
When you run the commands in the following examples you may be using a newer version of EDB\*Plus and as such the EDB\*Plus build number shown in your output may be different.

The following example shows user `enterprisedb` with password `password` connecting to database `edb` running on a database server on the localhost at port 5444.

```text
C:\Program Files\edb\as14\edbplus>edbplus enterprisedb/password
Connected to EnterpriseDB 14.0.0 (localhost:5444/edb) AS enterprisedb
Connected to EnterpriseDB 14.1.0 (localhost:5444/edb) AS enterprisedb
EDB*Plus: Release 14 (Build 40.0.1)
EDB*Plus: Release 14 (Build 40.0.0)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
SQL>
Expand All @@ -84,9 +87,9 @@ The following example shows user `enterprisedb` with password `password` connect

```text
C:\Program Files\edb\as14\edbplus>edbplus enterprisedb/password@localhost:5445/edb
Connected to EnterpriseDB 14.0.0 (localhost:5445/edb) AS enterprisedb
Connected to EnterpriseDB 14.1.0 (localhost:5445/edb) AS enterprisedb
EDB*Plus: Release 14 (Build 40.0.1)
EDB*Plus: Release 14 (Build 40.0.0)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
SQL>
Expand All @@ -98,7 +101,7 @@ Using variable `hr_5445` in the `login.sql` file, the following shows how it is
C:\Program Files\edb\as14\edbplus>edbplus enterprisedb/password@hr_5445
Connected to EnterpriseDB 14.0.0 (localhost:5445/hr) AS enterprisedb
EDB*Plus: Release 14 (Build 40.0.1)
EDB*Plus: Release 14 (Build 40.1.0)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
SQL>
Expand All @@ -115,7 +118,7 @@ The following example executes a script file, `dept_query.sql`, after connecting

```text
C:\Program Files\edb\as14\edbplus>edbplus enterprisedb/password @dept_query
Connected to EnterpriseDB 14.0.0 (localhost:5444/edb) AS enterprisedb
Connected to EnterpriseDB 14.1.0 (localhost:5444/edb) AS enterprisedb
SQL> SELECT * FROM dept;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ New features, enhancements, bug fixes, and other changes in EDB Postgres Advance
| Enhancement | Additional Modules | Improve optimizer cost accounting for `postgres_fdw` queries. |
| Enhancement | Additional Modules | Properly honor `WITH CHECK OPTION` on views that reference `postgres_fdw` tables. While `CHECK OPTIONs` on `postgres_fdw` tables are ignored (because the reference is foreign), views on such tables are considered local, so this change enforces `CHECK OPTIONs` on them. |

## Component Certification

The following components are included in the EDB Postgres Advanced Server v12 release:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The following components are included in the EDB Postgres Advanced Server v13 re
- Cloneschema 1.14
- Connectors JDBC 42.2.12.3, ODBC 12.02.0000.02, .NET 4.1.5.1, OCL 13.1.4.1
- EDB_Wait_States 1.0 (formerly known as Edb-Modules)
- EDBPlus 39.0.3
- EDBPlus 39.0.0
- EFM 4.0
- Hdfs_fdw 2.0.7
- Mongo_fdw 5.2.8
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: "Version 12.02.0.02"
title: "Version 12.02.0000.02"

legacyRedirects:
- "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/12.2.0.2/whats_new.html"
- "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/12.2.0.1/whats_new.html"
---


EDB ODBC Connector 12.02.0.02 include the following enhancements:
EDB ODBC Connector 12.02.0000.02 includes the following enhancements:

| Type | Description |
| ----------------- | --------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Version 12.00.0.02"
title: "Version 12.00.0000.02"
---

EDB ODBC Connector 12.00.0.02 includes the following bug fixes:
EDB ODBC Connector 12.00.0000.02 includes the following bug fixes:

| Type | Description | ID | Category |
| -------- | -------------------------------------------------------------------------------------------------------------------------------------------- | ------- | -------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Release notes describe what is new in a release. When a minor or patch release i

| Version | Release Date |
| ------------------------------------------- | ------------ |
| [12.02.0.02](01_odbc_12.2.0.2_rel_notes) | 2021 Nov 16 |
| [12.00.0.02](03_odbc_12.0.0.2_rel_notes) | 2020 Aug 9 |
| [12.02.0000.02](01_odbc_12.2.0.2_rel_notes) | 2021 Nov 16 |
| [12.00.0000.02](03_odbc_12.0.0.2_rel_notes) | 2020 Aug 9 |

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Version 13.01.0.02"
title: "Version 13.01.0000.02"
---

EDB ODBC Connector 13.01.0.02 includes the following enhancement:
EDB ODBC Connector 13.01.0000.02 includes the following enhancement:

| Type | Description |
| -------------- | -------------------------------------------------------- |
Expand Down
Loading

0 comments on commit e67e2be

Please sign in to comment.