postgresql 创建 uuid 自定义函数

前端之家收集整理的这篇文章主要介绍了postgresql 创建 uuid 自定义函数前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

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

猜你在找的Postgre SQL相关文章