PostgreSQL添加UUID功能。
时间:2011-02-22 来源:suzhouclark
d
1. Config的时候要写进去。
CONFIGURE = '--prefix=/usr/local/pg903' '--with-libxml' '--with-libxslt' '--with-ossp-uuid'
2. 下载UUID-1.6.2.
3. 下载完后在UUID-1.6.2目录中运行
#./configure
#make
#makeinstall
4. 在postgresql解压目录下,postgresql-9.0.3/contrib/uuid-ossp/
#make
#make install
5. 在postgres用户的profile下添加LD_LIBRARY_PATH=/usr/local/lib
6. 最后进psql. 运行
dchina=# i '/usr/local/pg903/share/postgresql/contrib/uuid-ossp.sql'
SET
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
完成。。。。
相关阅读 更多 +