Fwd: 'Data Output' tab has No Horizontal Scrolling

2020-07-09 Thread John Zhang
Dear List, When I tried to SELECT a long list of fields of a table, I noticed there is a vertical scrolling bar but NO horizontal one is seen. The PC: Windows 10 64bit Postgres on AWS: PostgreSQL 10.6 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-9), 64-bit pgAdmi

Re: lot of "Bad request. The CSRF tokens do not match"

2020-07-09 Thread bw
Super thank you Dave. Solved.

Re: lot of "Bad request. The CSRF tokens do not match"

2020-07-09 Thread Dave Page
Hi On Thu, Jul 9, 2020 at 9:06 AM bw wrote: > Hi all, > > I am getting a lot of *Bad request. The CSRF tokens do not match.* with > the following setup on Ubuntu 20.04... > ... > > WSGIDaemonProcesspgadmin user=pgadmin group=pgadmin processes=2 threads=5 > python-home=/data/.envs/pgadmin > T

lot of "Bad request. The CSRF tokens do not match"

2020-07-09 Thread bw
Hi all, I am getting a lot of *Bad request. The CSRF tokens do not match.* with the following setup on Ubuntu 20.04... apache 2.4.41-4ubuntu3 python 3.8.2 ... and took the following steps... 1. Used venv to create the virtual environment 2. Installed pgadmin4.23 via pip inside the venv 3