PostgreSQL 9.0 beta1版发布
<!-- ><xml><w:WordDocument><w:View>Normal</w:View><w:Zoom>0</w:Zoom><w:PunctuationKerning/><w:DrawingGridVerticalSpacing>7.8 磅</w:DrawingGridVerticalSpacing><w:DisplayHorizontalDrawingGridEvery>0</w:DisplayHorizontalDrawingGridEvery><w:DisplayVerticalDrawingGridEvery>2</w:DisplayVerticalDrawingGridEvery><w:ValidateAgainstSchemas/><w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><w:IgnoreMixedContent>false</w:IgnoreMixedContent><w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><w:Compatibility><w:SpaceForUL/><w:BalanceSingleByteDoubleByteWidth/><w:DoNotLeaveBackslashAlone/><w:ULTrailSpace/><w:DoNotExpandShiftReturn/><w:AdjustLineHeightInTable/><w:BreakWrappedTables/><w:SnapToGridInCell/><w:WrapTextWithPunct/><w:UseAsianBreakRules/><w:DontGrowAutofit/><w:UseFELayout/></w:Compatibility><w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel></w:WordDocument></xml><!--><!-- ><xml><w:LatentStyles DefLockedState="false" LatentStyleCount="156"></w:LatentStyles></xml><!--><!-- ><mce:style><!--/* Style Definitions */table.MsoNormalTable{mso-style-name:普通表格;mso-tstyle-rowband-size:0;mso-tstyle-colband-size:0;mso-style-noshow:yes;mso-style-parent:"";mso-padding-alt:0cm 5.4pt 0cm 5.4pt;mso-para-margin:0cm;mso-para-margin-bottom:.0001pt;mso-pagination:widow-orphan;font-size:10.0pt;font-family:"Times New Roman";mso-ansi-language:#0400;mso-fareast-language:#0400;mso-bidi-language:#0400;}--><!---->PostgreSQL9.0 beta1版发布
PostgreSQL 9.0 beta1数据库管理系统发布了。根据绝大多数用户的需求,PostgreSQL 9.0数据库增加了很多社区已请求多年的特征和功能,比如易于使用的数据库复制、匿名块、大规模许可工具等。以前的主要版本在这方面相当保守,而9.0版显示,这是一个大胆的新版本,提供很多工具来满足社区的愿望,以赢得社区的支持。
PostgreSQL 9.0版的主要改进有:
<!-- -->·<!-- -->允许对只接受只读查询的备用系统进行连续的存档
<!-- -->·<!-- -->允许以流的方式对备用系统进行连续存档
<!-- -->·<!-- -->新增大批量修改访问许可模式
<!-- -->·<!-- -->新增对大对象访问许可的权限进行控制
<!-- -->·<!-- -->匿名函数实现了Do语句的使用
<!-- -->·<!-- -->服务器端缺省安装的语言是PL/pgSQL
<!-- -->·<!-- -->PL/Perl增强
<!-- -->·<!-- -->允许SQL兼容的每列触发器
<!-- -->·<!-- -->新增可延期的唯一键约束
<!-- -->·<!-- -->在内存队列中可监听/通知存储事件,而不是使用系统表
<!-- -->·<!-- -->允许通知传递可选的字符串参数到监听器
<!-- -->·<!-- -->增加了对全文搜索同义词词典的前缀支持
<!-- -->·<!-- -->GIN索引使用红黑树(Red-Black Trees)创建
<!-- -->·<!-- -->添加了在64位Windows系统的编译支持,可运行64位模式下
更多的细节参见:
http://developer.postgresql.org/pgdocs/postgres/release-9-0.html
页:
[1]