Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5d4faf0

Browse files
committed
9.0 release note improvements
Erik Rijkers
1 parentd89e72c commit5d4faf0

File tree

1 file changed

+22
-24
lines changed

1 file changed

+22
-24
lines changed

‎doc/src/sgml/release-9.0.sgml

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.40 2010/07/1217:47:39 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.41 2010/07/1218:25:21 momjian Exp $ -->
22

33
<sect1 id="release-9-0">
44
<title>Release 9.0</title>
@@ -16,11 +16,10 @@
1616
<productname>PostgreSQL</> adds features that have been requested
1717
for years, like easy-to-use replication, a mass permission
1818
facility, and anonymous blocks. While past major releases have
19-
been quite conservative in their scope, this release shows a
20-
bold new desire to provide facilities that every new and existing
21-
user of <productname>PostgreSQL</> will embrace. This has all
22-
been done with few incompatibilities. The major areas of
23-
enhancement are:
19+
been conservative in their scope, this release shows a
20+
bold new desire to provide facilities that new and existing
21+
users of <productname>PostgreSQL</> will embrace. This has all
22+
been done with few incompatibilities. Major enhancements are:
2423
</para>
2524

2625
<itemizedlist>
@@ -54,10 +53,9 @@
5453
<para>
5554
Broadly enhanced stored procedure support.
5655
The <link linkend="SQL-DO"><command>DO</></link> statement permits
57-
ad-hoc or anonymous code blocks. Functions can now be called using named
58-
parameters. PL/pgSQL is now installed by default, and PL/Perl and
59-
PL/Python have been enhanced in several ways, including support for
60-
Python3.
56+
anonymous code blocks. Functions can now be called using named
57+
parameters. PL/Perl and PL/Python have been enhanced in several ways,
58+
including support for Python3.
6159
</para>
6260
</listitem>
6361

@@ -183,7 +181,7 @@
183181
<para>
184182
Adjust <link
185183
linkend="guc-log-temp-files"><varname>log_temp_files</></link> to
186-
use default filesizes units of kilobytes (Robert Haas)
184+
use default filesize units of kilobytes (Robert Haas)
187185
</para>
188186
</listitem>
189187

@@ -428,7 +426,7 @@
428426
<para>
429427
This feature is called Streaming Replication.
430428
Previously <acronym>WAL</> files could be sent to standby systems only
431-
as 16 megabytes files;this allows master changes to be sent to the
429+
as 16 megabytes files;Streaming Replication allows master changes to be sent to the
432430
standby with very little delay. There are new <filename>postgresql.conf</>
433431
and <filename>recovery.conf</> settings to enable this
434432
feature, as well as extensive <link
@@ -503,7 +501,7 @@
503501
Outer joins where the inner side is unique and not referenced in
504502
the query are unnecessary and are therefore now removed. This will
505503
accelerate many automatically generated queries, such as those created
506-
by object-relational mappers.
504+
by object-relational mappers (ORM).
507505
</para>
508506
</listitem>
509507

@@ -819,7 +817,7 @@
819817
</para>
820818

821819
<para>
822-
This lets DBAs and security stafftoaudit when database settings
820+
This lets DBAs and security staff audit when database settings
823821
were changed.
824822
</para>
825823

@@ -1002,12 +1000,12 @@
10021000
<para>
10031001
Add <link linkend="SQL-ALTERDEFAULTPRIVILEGES"><command>ALTER
10041002
DEFAULT PRIVILEGES</></link> command to control privileges
1005-
ofallnewly-created objects (Petr Jelinek)
1003+
of newly-created objects (Petr Jelinek)
10061004
</para>
10071005

10081006
<para>
10091007
This greatly simplifies the assignment of object privileges in
1010-
a complex database application. Defaults currently support tables
1008+
a complex database application. Defaults currently support tables,
10111009
views, sequences, and functions. Defaults may be assigned on a
10121010
per-schema basis or database-wide.
10131011
</para>
@@ -1085,15 +1083,15 @@
10851083

10861084
<para>
10871085
This allows <command>UPDATE tab SET col = col + 1</> to work on
1088-
columns that have a unique indexes or are marked as primarykeys,
1086+
columns that have a unique indexes or are marked as primarykey,
10891087
but <literal>DEFERRABLE INITIALLY DEFERRED</> must be used to mark
10901088
the constraint as deferred.
10911089
</para>
10921090
</listitem>
10931091

10941092
<listitem>
10951093
<para>
1096-
Generalize uniqueness constraints by allowing arbitrary operator
1094+
Exclusion Constraints: generalize uniqueness constraints by allowing arbitrary operator
10971095
comparisons, not just equality (Jeff Davis)
10981096
</para>
10991097

@@ -1661,8 +1659,8 @@
16611659
<listitem>
16621660
<para>
16631661
Implement anonymous functions using the <link
1664-
linkend="SQL-DO"><command>DO</></link> statement (Petr
1665-
Jelinek, Joshua Tolley, Hannu Valtonen)
1662+
linkend="SQL-DO"><command>DO</></link> statement, a.k.a anonymous
1663+
blocks (PetrJelinek, Joshua Tolley, Hannu Valtonen)
16661664
</para>
16671665

16681666
<para>
@@ -1861,7 +1859,7 @@
18611859
</para>
18621860

18631861
<para>
1864-
This can be enabled with the server variable <link
1862+
This can begloballyenabled with the server variable <link
18651863
linkend="guc-plperl-use-strict">plperl.use_strict</link>.
18661864
</para>
18671865
</listitem>
@@ -2305,7 +2303,7 @@
23052303
<listitem>
23062304
<para>
23072305
Add the <literal>string</> data type in <application>ecpg</>
2308-
Informix-compatibility mode (ZoltanBoszormenyi)
2306+
Informix-compatibility mode (Boszormenyi Zoltan)
23092307
</para>
23102308
</listitem>
23112309

@@ -2369,8 +2367,8 @@
23692367
<listitem>
23702368
<para>
23712369
Allow <application>ecpg</> to use noise words <literal>FROM</> and
2372-
<literal>IN</> in <command>FETCH</> and <command>MOVE</> (Zoltan
2373-
Boszormenyi)
2370+
<literal>IN</> in <command>FETCH</> and <command>MOVE</> (Boszormenyi
2371+
Zoltan)
23742372
</para>
23752373
</listitem>
23762374

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp