重庆思庄Oracle、Redhat认证学习论坛
标题:
PG不同版本安装uuid-ossp
[打印本页]
作者:
郑全
时间:
2024-9-21 19:53
标题:
PG不同版本安装uuid-ossp
1.安装UUID包 yum install e2fsprogs-devel uuid uuid-devel libuuid-devel
2.PG源码安装
cd /u01/setup/source/postgres16.4
编译 13 以下--with-uuid=ossp, 13及以上版本需要 --with-uuid=e2fs ,
当前是16
./configure --prefix=/opt/pgsql --with-uuid=e2fs
cd contrib/uuid-ossp/
make && make install
3.创建扩展
psql> create extension "uuid-ossp";
欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/)
Powered by Discuz! X3.2