Forcing autocomplete on keypress

2024-12-03 Thread Zac Warham
We have a docker setup for pgadmin and we want to force autocomplete on keypress at launch (not through the preferences) using an environment variable or config of some sort. I tried modifying the file at https://github.com/pgadmin-org/pgadmin4/blob/master/web/pgadmin/tools/sqleditor/utils/query

Re: Changing postgres User

2024-10-14 Thread Zac Warham
From: Adrian Klaver Sent: Monday, 14 October 2024 2:46 PM To: Zac Warham ; pgsql-general@lists.postgresql.org Subject: Re: Changing postgres User On 10/14/24 13:11, Zac Warham wrote: > Hi, > > We are trying to setup a postgresql Docker container alongside pgad

Changing postgres User

2024-10-14 Thread Zac Warham
Hi, We are trying to setup a postgresql Docker container alongside pgadmin and caddy for use in the PrairieLearn student testing software. Our main set back is that the PrairieLearn production environment user runs as user 1001:1001 and as such we have had to rename the postgres user within Lin