mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added support for psycopg3 along with psycopg2. #5011
This commit is contained in:
committed by
Akshay Joshi
parent
7a4951f211
commit
5e0daccf76
@@ -116,3 +116,7 @@ UTILITIES_ARRAY = ['pg_dump', 'pg_dumpall', 'pg_restore', 'psql']
|
||||
ENTER_EMAIL_ADDRESS = "Email address: "
|
||||
USER_NOT_FOUND = gettext("The specified user ID (%s) could not be found.")
|
||||
DATABASE_LAST_SYSTEM_OID = 16383
|
||||
|
||||
# Drivers
|
||||
PSYCOPG2 = 'psycopg2'
|
||||
PSYCOPG3 = 'psycopg3'
|
||||
|
||||
Reference in New Issue
Block a user