postgres_fdw 無法通過域名 訪問外部表問題
create extension postgres_fdw ;
create server pg_xxxxx foreign data wrapper postgres_fdw OPTIONS ( host 'pgm-xxxxxxxxxx.pg.rds.aliyuncs.com',port 'xxxx',dbname 'xxxxx_app') ;
create user MAPPING FOR postgres server pg_xxxxx OPTIONS ( user 'xxxx_app', password 'xxxxxxxxxxxx') ;
create foreign table pg__brand (
id bigint ,
name varchar ,
letter varchar ,
deleted integer ,
hidden integer
)
server pg_xxxxx
options ( schema_name 'xxxxx_app', table_name 'pg_brand') ;
10:23:01 > select * from pg__brand ;
ERROR: could not connect to server "pg_xxxxx"
描述: could not translate host name "pgm-wz9jxxxxxxxxxxxxxxxxxx.rds.aliyuncs.com" to address: Temporary failure in name resolution
pg 資料庫的 外部表, 連線到 阿里雲的 RDS postgresql 。
報這個錯誤, why
postgres_fdw 解析不了 阿里雲的這個連結串。 雖然 設定了dns 解析。
也是用這個連線串建立的 forigon server 但是解析不了。
需要在 /etc/hosts 裡面指定 ip 地址 跟 連線串。
nslookup pgm-wz9jxxxxxxxxxxxxxxxxxx.rds.aliyuncs.com
把解析出來的 ip 地址填到 /etc/hosts
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/133735/viewspace-2857366/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [BUG反饋]新增模組無法通過URL訪問的問題
- Postgresql外部表使用 postgres_fdwSQL
- 防止跨域問題無法訪問網址跨域
- nginx 怎麼通過域名訪問8080埠(指定埠)Nginx
- Dbutils的QueryRunner無法通過中文查詢問題
- IP頁面訪問域名介面問題
- github無法訪問Github
- zblog域名後無法訪問 zblog資料庫地址修改資料庫
- 在 k8s 中通過 Ingress 配置域名訪問K8S
- 解決寶塔皮膚無法訪問的問題?
- 解決 raw.githubusercontent.com 無法訪問的問題Github
- git hub 無法訪問 訪問速度慢Git
- springboot中靜態頁面無法訪問及return無法重定向問題Spring Boot
- 【Azure微服務 Service Fabric 】Service Fabric中應用開啟外部訪問埠及微服務之間通過反向代理埠訪問問題微服務
- 如何通過堡壘機訪問伺服器?堡壘機無法訪問伺服器怎麼辦?伺服器
- k8s叢集訪問外部域名不穩定K8S
- Ubuntu無法解析域名DNS指向127.0.0.53問題處理UbuntuDNS
- 訪問github出現無法訪問此網站Github網站
- 關於docker無法訪問倉庫的映象代理問題Docker
- 在Terminal中通過代理訪問GitHub(解決訪問GitHub速度慢的問題)Github
- laravel-admin 無法訪問Laravel
- 本地站點無法訪問
- [Linux Mint]無法透過ssh和xrdp訪問本地Linux
- Linux配置靜態IP解決無法訪問網路問題Linux
- 訪問外部裝置方式
- .htaccess 多域名訪問
- 在聯網狀態下,有很多應用無法聯網問題,如360安全衛士, Smartscreen篩選器無法訪問, 部分網頁無法訪問等問題的解決方法網頁
- 儲存過程訪問其他使用者的表的問題儲存過程
- 寶塔皮膚修改埠號,無法訪問_寶塔修改埠後無法訪問
- 記一次域名服務訪問超時問題
- SpringBoot在本地開發通過,部署到伺服器上失敗,無法訪問Spring Boot伺服器
- 無法正常訪問伺服器伺服器
- 解決 Windows 無法訪問共享Windows
- springmvc寫了方法無法訪問SpringMVC
- 網站_域名_DNS_埠_web訪問過程網站DNSWeb
- 安裝oracle11g碰到“無法訪問臨時位置”的問題Oracle
- 該網站因主機過期暫時無法訪問網站
- win10無法訪問指定檔案 win10無法訪問指定裝置路徑Win10