Hi,
I used pgadmin4 since 2 month.
pgadmin4 is a good application for PostgreSQL. that is true!
but, in multibytes environment, python2 + pgadmin4 is not good choice.
if table name or column name is multibytes, export, import is not
working, because python2 unicode processing is ugly.
and, if server message is multibytes, pgadmin4 does not display that,
and there are many other problems so.
I changed venv to python3, most problems of multibytes have been
resolved smoothly as expected.
we need to narrow its focus.
Regards Ioseph