From 9836dcb255cbe2df518590690dfe370d29b0d7ff Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Wed, 30 Mar 2022 14:28:40 -0400 Subject: [PATCH] more version number fixes --- product_docs/docs/edb_plus/38/04_using_edb_plus.mdx | 10 +++++----- product_docs/docs/edb_plus/39/04_using_edb_plus.mdx | 6 +++--- product_docs/docs/edb_plus/40/04_using_edb_plus.mdx | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/product_docs/docs/edb_plus/38/04_using_edb_plus.mdx b/product_docs/docs/edb_plus/38/04_using_edb_plus.mdx index 5cc320dc68d..36ea7a33bfa 100644 --- a/product_docs/docs/edb_plus/38/04_using_edb_plus.mdx +++ b/product_docs/docs/edb_plus/38/04_using_edb_plus.mdx @@ -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> @@ -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> @@ -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> diff --git a/product_docs/docs/edb_plus/39/04_using_edb_plus.mdx b/product_docs/docs/edb_plus/39/04_using_edb_plus.mdx index fe781a5e1b1..34cafc0a8ae 100644 --- a/product_docs/docs/edb_plus/39/04_using_edb_plus.mdx +++ b/product_docs/docs/edb_plus/39/04_using_edb_plus.mdx @@ -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. @@ -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. @@ -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; diff --git a/product_docs/docs/edb_plus/40/04_using_edb_plus.mdx b/product_docs/docs/edb_plus/40/04_using_edb_plus.mdx index f3932f5f5af..feb0e5eaf19 100644 --- a/product_docs/docs/edb_plus/40/04_using_edb_plus.mdx +++ b/product_docs/docs/edb_plus/40/04_using_edb_plus.mdx @@ -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. @@ -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> @@ -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;