PostgreSQL 9.3 终于发布了,详见官网 ,之前对 PostgreSQL 9.3 新特性进行了学习,如下:
PostgreSQL 9.3 新特性
- Waiting for PostgreSQL9.3:增加物化视图 (MATERIALIZED VIEW)
- PostgreSQL9.3Beta1:新增 postgres_fdw 外部模块
- PostgreSQL9.3Beta1:支持可写的外部表(Writeable Foreign Tables)
- PostgreSQL9.3Beta1:JSON 功能增强
- PostgreSQL9.3Beta1:pg_dump 新增并行参数 (Parallel pg_dump)
- PostgreSQL9.3Beta1:新增 pg_isready 测试工具
- PostgreSQL9.3Beta1:视图新增可更新功能( Updatable Views )
- PostgreSQL9.3Beta1:新增 Lock_timeout 参数 cancel 超长等待 SQL
- PostgreSQL9.3Beta1:支持事件触发器 ( Event Triggers )
- PostgreSQL9.3Beta1:ALTER ROLE 新增 ALL SET 选项设置所有用户参数
- PostgreSQL9.3Beta1:建表时废弃 “Implicit Index” 和 Sequence 的提示信息
- PostgreSQL9.3Beta1:新增 Array_remove() 和 Array_replace() 数组函数
- PostgreSQL9.3Beta1:反斜杠命令( Backslash Commands ) 的改变
- PostgreSQL9.3Beta1:新增 pg_xlogdump 模块
- PostgreSQL9.3Beta1:LATERAL JOIN
Downloads
http://www.postgresql.org/download/
Release Notes
http://www.postgresql.org/docs/9.3/static/release-9-3.html
原创文章,作者:506227337,如若转载,请注明出处:https://blog.ytso.com/238007.html