mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
Correct some EDB Postgres Advanced Server branding.
This commit is contained in:
committed by
Dave Page
parent
564ecc37db
commit
aee1492d0d
@@ -25,7 +25,7 @@ class BaseDriver(object):
|
||||
Inherit this class to implement different type of database driver
|
||||
implementation.
|
||||
|
||||
(For PostgreSQL/Postgres Plus Advanced Server, we will be using psycopg2)
|
||||
(For PostgreSQL/EDB Postgres Advanced Server, we will be using psycopg2)
|
||||
|
||||
Abstract Properties:
|
||||
-------- ----------
|
||||
|
||||
@@ -118,7 +118,7 @@ class Connection(BaseConnection):
|
||||
Methods:
|
||||
-------
|
||||
* connect(**kwargs)
|
||||
- Connect the PostgreSQL/Postgres Plus servers using the psycopg2 driver
|
||||
- Connect the PostgreSQL/EDB Postgres Advanced Server using the psycopg2 driver
|
||||
|
||||
* execute_scalar(query, params, formatted_exception_msg)
|
||||
- Execute the given query and returns single datum result
|
||||
@@ -1665,7 +1665,7 @@ class Driver(BaseDriver):
|
||||
|
||||
This driver acts as a wrapper around psycopg2 connection driver
|
||||
implementation. We will be using psycopg2 for makeing connection with
|
||||
the PostgreSQL/Postgres Plus Advanced Server (EnterpriseDB).
|
||||
the PostgreSQL/EDB Postgres Advanced Server (EnterpriseDB).
|
||||
|
||||
Properties:
|
||||
----------
|
||||
|
||||
Reference in New Issue
Block a user