昨天我在Linux Pop!_OS 20.1中安装了postgresql-12和pgAdmin4。
我使用pgAdmin4轻松连接了我的工作服务器之一。
但是当我尝试与其他人建立连接时,出现错误:
if cond, ok := condition["id"]; !ok { // <nil> false
log.Println("Pointer is null")
} else {
// Init new guardduty.Condition
// and assign to required key
nc := &guardduty.Condition{Equals:strPtr}
condition["id"] = nc
}
和
Unable to connect to server:
FATAL: no pg_hba.conf entry for host "IP ", user "USER", database "postgres", SSL on
FATAL: no pg_hba.conf entry for host "IP ", user "USER", database "postgres", SSL off
我已经尝试在postgresql.conf和pg_hba.conf中添加一些行,但是没有任何效果。