2016-06-21
http://www.ruanyifeng.com/blog/2013/12/getting_started_with_postgresql.html
https://yq.aliyun.com/articles/2999 阿里云经验
create extension “uuid-ossp”; 开启UUID 注意:sudo apt-getinstall postgresql-contrib ubuntu14.04
1.character 和character varying 区别
一个是定长,一个是动长
| psql -s aa -f test.sql
windows : psql -d ZuoShouApp -U postgres -f C:\Users\niao\workspace\AppWeb\doc\ddd | | —- |
aa 数据库名称 数据导入
windows 命令行中文
set PGCLIENTENCODING=UTF-8