2013-03-04
pgAdminでherokuのDBにつなげたい
herokuのDB情報をそのままpgAdminの新規サーバー登録ウィンドウに入れても以下のエラーが出る。
'An error has occurred:
Error connecting to the server:
FATAL: permission denied for database "postgres"
DETAIL: User does not have CONNECT privilege.'
調べてみると、「DBメンテナンス」なる謎のテキストボックスにデータベース名を入れる必要があった。 備忘録。