Re: Admin User Connect Privilege to Database

2023-06-29 Thread richard coleman
Josh, This isn't really the list for it, but have you tried: GRANT CONNECT ON DATABASE database_name TO public; as the postgres superuser? just a thought, rik. On Thu, Jun 29, 2023 at 3:41 PM Josh Klok wrote: > Hi, > > I'm relatively new to database management. I have a database setup > cu

Admin User Connect Privilege to Database

2023-06-29 Thread Josh Klok
Hi, I'm relatively new to database management. I have a database setup currently with a few users. While configuring the user privileges within the database, I inadvertently removed the CONNECT privilege from all users (including the admin user). [image: image.png] Can you let me know how to re-e