在ubuntu下,给postgresql 9.1 添加uuid功能

1.安装基础库: sudo apt-get install uuid

2. 登录数据库:

sudo -u postgres psql databaseName

3. 安装扩展库:
create extension "adminpack";

create extension "uuid-ossp";

猜你喜欢

转载自cyhcheng-gmail-com.iteye.com/blog/1680509
9.1