Hi Yu Jin,
Can you please log the features (separately) here -
https://redmine.postgresql.org/projects/pgadmin4/issues/new ?
On Wed, Nov 10, 2021 at 2:50 PM Yu Jin wrote:
> Hi, I have just tried out pgadmin and have a couple of points I would like
> to give feedback about:
>
> 1. pgadmin can cr
Hi,
I have an issue to get the new webserver auth working. My use case is a little
bit more complex but I tried to break it down
so that can be easily debugged from your side:
I just start the dpage/pgadmin4 as docker image, with a changed authsource. See:
docker run -p :80 \
-e 'PGADMI
Hi, I have just tried out pgadmin and have a couple of points I would like
to give feedback about:
1. pgadmin can create an ERD from a database, which is awesome but when
working with large schemas especially the ones you didn't develop yourself,
it can get a bit overwhelming. Sometimes I just wan
Hi,
As per the current behaviour, pgAdmin only considers the *REMOTE_USER*
*environment* variable (set by the webserver).
We have just introduced the *WEBSERVER_REMOTE_USER config variable *(which
will consider environment as well as headers)*,* so users can modify it as
per their environment. So
Hi,
I have an issue to get the new webserver auth working. My use case is a
little bit more complex but I tried to break it down
so that can be easily debugged from your side:
I just start the dpage/pgadmin4 as docker image, with a changed authsource.
See:
docker run -p 444