Greenplum安裝dblink模組
環境:centos 5, greenplum 4, postgresql 8.2.22
解壓後切換到/home/gpadmin/postgresql-8.2.22/contrib/dblink目錄下,
$vi Makefile
將PG_CPPFLAGS = -I$(libpq_srcdir) 設定為PG_CPPFLAGS = -I$(libpq_srcdir) -w
$make USE_PGXS=1 install
然後將dblink.so複製到其它segment hosts上
$ gpssh -f /host/gpadmin/host_all dblink.so '/usr/local/gp/lib/postgresql/dblink.so'
$createdb testdb
$psql -f dblink.sql testdb
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/16582684/viewspace-749621/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- greenplum安裝部署
- greenplum 4.3.33安裝
- greenplum單節點安裝
- GreenPlum資料庫安裝資料庫
- GreenPlum的安裝步驟
- 【GP】greenplum監控軟體Greenplum-cc-web的安裝Web
- Greenplum資料庫的dblink功能之搭建資料庫
- 安裝Greenplum 5.2 叢集實戰
- Greenplum_原始碼編譯安裝和RPM包安裝原始碼編譯
- Centos7安裝greenplum遇到的問題CentOS
- greenplum6.14、GPCC6.4安裝詳解
- linux安裝配置postgres及使用dblinkLinux
- PyMySQL模組安裝MySql
- php模組安裝PHP
- 安裝MySQLdb模組MySql
- centos7.3下 greenplum-db 安裝、配置文件CentOS
- 安裝GP CCC(Greenplum Command Center Console)
- php 安裝zip模組PHP
- Python模組安裝Python
- windows 安裝 Pillow 模組Windows
- nginx安裝echo模組Nginx
- perl cpan 模組安裝
- python 模組安裝Python
- pip進行模組安裝
- pycharm安裝python模組PyCharmPython
- OpenStack安裝(四)-Neutron模組
- pip安裝模組失敗
- OpenStack安裝(三) Nova模組
- 使用CPAN安裝Perl模組
- pip 命令安裝模組包
- PostgreSQL 技術內幕(五)Greenplum-Interconnect模組SQL
- strawberry perl安裝,環境變數及模組安裝變數
- Python安裝selenium模組Python
- Mac 編譯安裝 PHPRedis 模組Mac編譯PHPRedis
- python openssl模組如何安裝?Python
- python 安裝模組的方法Python
- 模組的釋出和安裝
- Paramiko模組安裝與使用