Re[2]: PGAdmin 4 V5 scroll-bars

2021-03-22 Thread Don
ectly touching the scroll bars like in other applications? -- Darren Duncan On 2021-03-22 5:10 p.m., Don wrote: The PGAdmin 4 V5 Query tool vertical and horizontal scroll-bars don't work. They are visible as per the screen-shot but the mouse pointer doesn't appear when floating over the

Length of SQL show in dashboard limited to 1K

2020-05-19 Thread Don Branson
of pgadmin, but am unable to see the whole SQL in pgadmin4. How do I see the whole query? Thanks, Don

Re: pgadmin4 won't use pgpass file

2019-02-20 Thread Saulteau Don
e same value of the host field from > server properties dialog into pgpass file. > > Can you try with following? > /var/run/postgresql:5432:newdb:postgres:** > > > -- Murtuza > > > On Sat, Feb 16, 2019 at 2:06 PM Saulteau Don wrote: > >> I'm ru

pgadmin4 won't use pgpass file

2019-02-16 Thread Saulteau Don
I'm running postgresql 11.1 (via unix socket only) and pgadmin 4.2 on linux. I have a .pgpass file for the postgres user to a specific database but pgadmin4 keeps asking for a password. Using psql from the command line works fine. my pgpass looks like the following localhost:5432:newdb:postgres:*