...
It’s recommended to use Homebrew to install Postgres
https://www.sqlshack.com/setting-up-a-postgresql-database-on-mac/
Code Block |
---|
brew install postgres |
/usr/local/var/pg_hba.conf
/usr/local/var/pg_hba.conf
Setup Postgres Server - Windows
...
...
It’s recommended to use Homebrew to install Postgres
https://www.sqlshack.com/setting-up-a-postgresql-database-on-mac/
Code Block |
---|
brew install postgres |
/usr/local/var/pg_hba.conf
/usr/local/var/pg_hba.conf
...