references: remark NOLOGIN impersonated roles

This commit is contained in:
Steve Chavez
2023-10-07 19:20:48 -03:00
committed by GitHub
parent 5ba370fe0a
commit 93f2b0093c
+2
View File
@@ -21,6 +21,8 @@ The authenticator role is used for connecting to the database and should be conf
CREATE ROLE authenticator LOGIN NOINHERIT NOCREATEDB NOCREATEROLE NOSUPERUSER;
CREATE ROLE anonymous NOLOGIN;
CREATE ROLE webuser NOLOGIN;
.. note::