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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- linux 無法訪問域名Linux
- [BUG反饋]新增模組無法通過URL訪問的問題
- JQuery Ajax通過Handler訪問外部XML資料jQueryXML
- Postgresql外部表使用 postgres_fdwSQL
- gmail無法訪問問題解決--FGWAI
- 搭建開源java部落格並通過域名訪問Java
- Dbutils的QueryRunner無法通過中文查詢問題
- 域名訪問和ip訪問引起的http 403問題HTTP
- 防止跨域問題無法訪問網址跨域
- IP頁面訪問域名介面問題
- github無法訪問Github
- nginx 怎麼通過域名訪問8080埠(指定埠)Nginx
- SpringMVC無法訪問根目錄的問題SpringMVC
- 解決寶塔皮膚無法訪問的問題?
- 使用外部表訪問監聽日誌
- 在 k8s 中通過 Ingress 配置域名訪問K8S
- 關於 Google 電子表格無法訪問的問題Go
- git hub 無法訪問 訪問速度慢Git
- k8s叢集訪問外部域名不穩定K8S
- 【Azure微服務 Service Fabric 】Service Fabric中應用開啟外部訪問埠及微服務之間通過反向代理埠訪問問題微服務
- 如何通過堡壘機訪問伺服器?堡壘機無法訪問伺服器怎麼辦?伺服器
- GitHub無法訪問或訪問緩慢解決辦法Github
- zblog域名後無法訪問 zblog資料庫地址修改資料庫
- 使用外部表訪問警告日誌檔案
- 訪問github出現無法訪問此網站Github網站
- 關於docker無法訪問倉庫的映象代理問題Docker
- Ubuntu無法解析域名DNS指向127.0.0.53問題處理UbuntuDNS
- 關於Linux下配置OEM無法透過IE瀏覽器訪問的問題Linux瀏覽器
- springboot中靜態頁面無法訪問及return無法重定向問題Spring Boot
- 通過Oracle Gateways 訪問SybaseOracleGateway
- 阿里雲伺服器Tomcat無法通過客戶端http訪問阿里伺服器Tomcat客戶端HTTP
- 寶塔皮膚修改埠號,無法訪問_寶塔修改埠後無法訪問
- 解決 raw.githubusercontent.com 無法訪問的問題Github
- 在Terminal中通過代理訪問GitHub(解決訪問GitHub速度慢的問題)Github
- GoldenGate無法同步壓縮表問題Go
- ABAP訪問外部SQL (轉)SQL
- 在聯網狀態下,有很多應用無法聯網問題,如360安全衛士, Smartscreen篩選器無法訪問, 部分網頁無法訪問等問題的解決方法網頁
- [Linux Mint]無法透過ssh和xrdp訪問本地Linux