grants gives - Search results
Mailing lists >> pgsql-admin >> Thread
2024-06-10 00:34:49 | Re: GRANT CONNECT ON DATABASE (soroush jurat)
GRANT CONNECT statement allows the role to connect to the database but does not give
Mailing lists >> pgsql-admin >> Thread
2024-06-10 00:09:14 | GRANT CONNECT ON DATABASE (Edwin UY)
give the role login access? ALTER ROLE [blah] WITH ENCRYPTED PASSWORD 'blahpassword' ; GRANT CONNECT ON DATABASE