pg_hba.conf

sobre o telnet chamei assim: telnet 192.168.1.65 5432 e não abriu nada....
uso xp aqui e o server é ubuntu.
onde posso pegar esse log?


# DO NOT DISABLE!
# If you change this first entry you will need to make sure that the
# database
# super user can access the database using some other method.
# Noninteractive
# access to all databases is required during automatic maintenance
# (custom daily cronjobs, replication, and similar tasks).
#
# Database administrative login by UNIX sockets
host all all 0.0.0.0 0.0.0.0 trust

# TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD

# "local" is for Unix domain socket connections only
local   all         all                               trust
# IPv4 local connections:
host    all         all         127.0.0.1/32          trust
host    all         all         192.168.1.0    255.255.255.0        trust


# IPv6 local connections:
host    all         all         ::1/128               trust
host    all         all        0.0.0.0/0              trust
_______________________________________________
pgbr-geral mailing list
[email protected]
https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral

Responder a