Question
How to create account on PostgreSQL Database with fully permissions like "posgres" account?
Hello,
I need create the User Privileges in PostgreSQL Databases like account “postgres” with fully user permissions (Superuser, Create role, Create DB, Replicate, Bypass RLS). Because, the system can’t accept create account “postgres”.
Please, help me how to do that.
Regards and thanks,
Tien
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×