Se eu tentar executar o postgres
comando, recebo:
2020-12-29 00:14:53.213 GMT [34374] LOG: skipping missing configuration file "/usr/local/pgsql/data/postgresql.auto.conf"
postgres: could not find the database system
Expected to find it in the directory "/usr/local/pgsql/data",
but could not open file "/usr/local/pgsql/data/global/pg_control": No such file or directory
Como posso descobrir qual arquivo de configuração está dizendo ao postgres para examinar /usr/local/pgsql/data?
No meu caso, o postgres foi instalado no OSX via Homebrew.