79223386

Date: 2024-11-25 14:14:37
Score: 2
Natty:
Report link

During installation you are asked for the password of the superuser (typically postgres). If you don't provide a username, psql assumes your current operating system user. So unless you have already created another user, you need to log in using the superuser:

psql -U postgres

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: iamshyley