pg_hba.conf には、
host all all 127.0.0.1/32 md5
host all all samenet md5
私も追加しました
host all all samehost md5
両方に。
「新しいサーバー登録」を作成しようとして、pgAdminIIIを使用しています。(localhost)に接続すると、正常に動作します。しかし、ホストを実際のワークステーション名に変更すると、次のように表示されます。
FATAL: no pg_hba.conf entry for host "fe80::c81c:9e9c:6570:d0bf%20", user "postgres", database "postgres", SSL off
追加情報
- オペレーティング システム: Windows 7 Ultimate 32 ビット
- PostgreSQL サーバー 9.0.2
これに関するヘルプは大歓迎です。