Skip to content

Commit

Permalink
yet more version fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
drothery-edb committed Mar 30, 2022
1 parent 9836dcb commit 9e7fc87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions product_docs/docs/edb_plus/37/04_using_edb_plus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,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 @@ -104,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 @@ -123,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

0 comments on commit 9e7fc87

Please sign in to comment.