79460243

Date: 2025-02-22 20:27:31
Score: 1
Natty:
Report link

For Mac, if you have installed postgres using Brew then using psql try running

\du

If this has missing role of 'posttgres' then create one using the below:

CREATE USER postgres WITH SUPERUSER PASSWORD 'password';
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Naman Madharia