Category Archives: Postgress (en)

Postgresql – newbie problems

1) Requires password all the time when starting pgAdmin 4 (which is irrelevant for localhost) Solution: go to C:\Program Files\PostgreSQL\15\pgAdmin 4\web\ make a copy of the file config.py call it config_local.py Change MASTER_PASSWORD_REQUIRED to False 2) By setting the bin … Continue reading

Posted in Postgress (en) | Leave a comment