Skip to content

Commit

Permalink
Merge pull request #2235 from EnterpriseDB/release/2022-01-18
Browse files Browse the repository at this point in the history
Release: 2022-01-18
  • Loading branch information
drothery-edb authored Jan 18, 2022
2 parents 925d6bb + 7c606f5 commit 1df7e26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions product_docs/docs/epas/13/edb_plus/04_using_edb_plus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The following example shows user `enterprisedb` with password `password`, connec
C:\Program Files\edb\as13\edbplus>edbplus enterprisedb/password
Connected to EnterpriseDB 13.0.1 (localhost:5444/edb) AS enterprisedb

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

SQL>
Expand All @@ -90,7 +90,7 @@ The following example shows user `enterprisedb` with password, `password`, conne
C:\Program Files\edb\as13\edbplus>edbplus enterprisedb/password@localhost:5445/edb
Connected to EnterpriseDB 13.0.1 (localhost:5445/edb) AS enterprisedb
EDB*Plus: Release 13 (Build 39.0.1)
EDB*Plus: Release 13 (Build 39.0.2)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
SQL>
Expand All @@ -102,7 +102,7 @@ Using variable `hr_5445` in the `login.sql` file, the following illustrates how
C:\Program Files\edb\as13\edbplus>edbplus enterprisedb/password@hr_5445
Connected to EnterpriseDB 13.0.1 (localhost:5445/hr) AS enterprisedb
EDB*Plus: Release 13 (Build 39.0.1)
EDB*Plus: Release 13 (Build 39.0.2)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
SQL>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ $ cd /opt/edb/as13/edbplus
$ ./edbplus.sh enterprisedb/[email protected]:5444/edb?ssl=true
Connected to EnterpriseDB 13.0.1 (192.168.2.22:5444/edb) AS enterprisedb
EDB*Plus: Release 13 (Build 39.0.1)
EDB*Plus: Release 13 (Build 39.0.2)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
SQL>
Expand All @@ -318,7 +318,7 @@ $ cd /opt/edb/as13/edbplus
$ ./edbplus.sh enterprisedb/[email protected]:5444/edb?ssl=true
Connected to EnterpriseDB 13.0.1 (192.168.2.22:5444/edb) AS enterprisedb
EDB*Plus: Release 13 (Build 39.0.1)
EDB*Plus: Release 13 (Build 39.0.2)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
SQL>
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-Modules 1.0
- EDBPlus 39.0.1
- EDBPlus 39.0.2
- EFM 4.0
- Hdfs_fdw 2.0.7
- Mongo_fdw 5.2.8
Expand Down

0 comments on commit 1df7e26

Please sign in to comment.