Postgresql 源码 contrib目录,如果编译报错,需要
先安装
wget ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/uuid-1.6.2.tar.gz
然后重新编译源码,
./configure --with-libxml --with-ossp-uuid --with-libs=/usr/local/lib --with-includes=/usr/local/include --prefix=/data/pgsql/ --with-python
原文链接:https://www.f2er.com/postgresql/195509.html