>
> 1) Passa a linha de comando do psql que você tá tentando usar.
>

psql -U postgres postgres


> 2) Passa o seu pg_hba.conf atual
>

# TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD

# IPv4 local connections:
host    all         all         127.0.0.1/32          md5
host all all 192.168.0.0/16 md5
#host all all 0.0.0.0/0 md5
local   all             all                          trust

# IPv6 local connections:
host    all         all         ::1/128               md5



> 3) tentou *EXATAMENTE* assim, abaixo?
> psql -h 127.0.0.1 -U postgres postgres
>
> Acabei de tentar e consegui executar. Vou tentar fazer o dump aqui...

Valeu mesmo

[]s
_______________________________________________
pgbr-geral mailing list
pgbr-geral@listas.postgresql.org.br
https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral

Responder a