Skip to content

Commit

Permalink
more version number fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
drothery-edb committed Mar 30, 2022
1 parent 7c299d7 commit 9836dcb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions product_docs/docs/edb_plus/38/04_using_edb_plus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The following example shows user `enterprisedb` with password `password`, connec
C:\Program Files\edb\as12\edbplus>edbplus enterprisedb/password
Connected to EnterpriseDB 12.1.2 (localhost:5444/edb) AS enterprisedb

EDB*Plus: Release 12 (Build 38.0.1)
EDB*Plus: Release 12 (Build 38.0.0)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.

SQL>
Expand All @@ -86,9 +86,9 @@ 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.1)
EDB*Plus: Release 12 (Build 38.0.0)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
SQL>
Expand All @@ -98,9 +98,9 @@ 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.1)
EDB*Plus: Release 12 (Build 38.0.0)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
SQL>
Expand Down
6 changes: 3 additions & 3 deletions product_docs/docs/edb_plus/39/04_using_edb_plus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The following example shows user `enterprisedb` with password `password`, connec

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

EDB*Plus: Release 13 (Build 39.0.0)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
Expand All @@ -91,7 +91,7 @@ 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.0 (localhost:5445/edb) AS enterprisedb
Connected to EnterpriseDB 13.1.4 (localhost:5445/edb) AS enterprisedb
EDB*Plus: Release 13 (Build 39.0.0)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
Expand Down Expand Up @@ -122,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
6 changes: 3 additions & 3 deletions product_docs/docs/edb_plus/40/04_using_edb_plus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ 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.0)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
Expand All @@ -101,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.0)
EDB*Plus: Release 14 (Build 40.1.0)
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved.
SQL>
Expand All @@ -118,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

0 comments on commit 9836dcb

Please sign in to comment.