Greenplum安裝dblink模組

std1984發表於2012-11-20
環境: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/,如需轉載,請註明出處,否則將追究法律責任。

相關文章