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

Commita576994

Browse files
committed
More release note markup.
1 parent2193b21 commita576994

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.614 2009/03/2903:58:37 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.615 2009/03/2919:13:46 momjian Exp $ -->
22
<!--
33

44
Typical markup:
55

66
&<> use & escapes
77
PostgreSQL <productname>
8-
postgresql.conf, pg_hba.conf<filename>
8+
postgresql.conf, pg_hba.conf<filename>
99
[A-Z][A-Z ]+[A-Z] <command>
1010
[A-Za-z_][A-Za-z0-9_]+() <function>
1111
[A-Za-z_]/[A-Za-z_]+ <filename>
@@ -614,7 +614,7 @@ do it for earlier branch release files.
614614

615615
<listitem>
616616
<para>
617-
Add <function>pg_conf_load_time()</>functionto report when
617+
Add <function>pg_conf_load_time()</> to report when
618618
the Postgres configuration files were last loaded (George
619619
Gensure)
620620
</para>
@@ -1626,14 +1626,14 @@ do it for earlier branch release files.
16261626

16271627
<listitem>
16281628
<para>
1629-
Add <function>array_ndims()</>functionto return the number
1629+
Add <function>array_ndims()</> to return the number
16301630
of dimensions of an array (Robert Haas)
16311631
</para>
16321632
</listitem>
16331633

16341634
<listitem>
16351635
<para>
1636-
Add <function>array_length()</>functionto return the length
1636+
Add <function>array_length()</> to return the length
16371637
of an array for the specified dimensions (Jim Nasby, Robert
16381638
Haas, Peter Eisentraut)
16391639
</para>
@@ -1654,7 +1654,7 @@ do it for earlier branch release files.
16541654

16551655
<listitem>
16561656
<para>
1657-
Addfunction<function>unnest()</>, which converts an array to
1657+
Add <function>unnest()</>, which converts an array to
16581658
individual row values (Tom)
16591659
</para>
16601660

@@ -1760,14 +1760,14 @@ do it for earlier branch release files.
17601760

17611761
<listitem>
17621762
<para>
1763-
Add <function>pg_get_keywords()</>functionto return predefined
1763+
Add <function>pg_get_keywords()</> to return predefined
17641764
parser keywords (Dave Page)
17651765
</para>
17661766
</listitem>
17671767

17681768
<listitem>
17691769
<para>
1770-
Addfunction<function>pg_get_functiondef()</> to see a functions
1770+
Add <function>pg_get_functiondef()</> to see a functions
17711771
definition (Abhijit Menon-Sen)
17721772
</para>
17731773
</listitem>
@@ -1811,7 +1811,7 @@ do it for earlier branch release files.
18111811

18121812
<listitem>
18131813
<para>
1814-
Add <function>pg_typeof()</>function to return the data type
1814+
Add <function>pg_typeof()</>which returns the data type
18151815
of any value (Brendan Jurd)
18161816
</para>
18171817
</listitem>
@@ -2376,15 +2376,15 @@ do it for earlier branch release files.
23762376

23772377
<listitem>
23782378
<para>
2379-
Allow the file locations for client<acronym>SSL</>certificates
2380-
to be specified(Mark Woodward, Alvaro, Magnus)
2379+
Allow the file locations for client certificates to be specified
2380+
(Mark Woodward, Alvaro, Magnus)
23812381
</para>
23822382
</listitem>
23832383

23842384
<listitem>
23852385
<para>
23862386
Add connection parameter <literal>sslverify</> to control
2387-
the verification of the server's<acronym>SSL</>certificate
2387+
the verification of the server's certificate
23882388
(Magnus)
23892389
</para>
23902390

@@ -2468,7 +2468,7 @@ do it for earlier branch release files.
24682468

24692469
<listitem>
24702470
<para>
2471-
Support 64-bittimezone data files (Heikki)
2471+
Support 64-bittime zone data files (Heikki)
24722472
</para>
24732473

24742474
<para>
@@ -2479,7 +2479,7 @@ do it for earlier branch release files.
24792479

24802480
<listitem>
24812481
<para>
2482-
Fix bug in handling of thetimezone database when cross-compiling
2482+
Fix bug in handling of thetime zone database when cross-compiling
24832483
(Richard Evans)
24842484
</para>
24852485
</listitem>
@@ -2540,10 +2540,9 @@ do it for earlier branch release files.
25402540
</para>
25412541

25422542
<para>
2543-
This allows compile-time control over several compile-time
2544-
constants that control how large tables and <acronym>WAL</>
2545-
are segmented into separate files and their internal block
2546-
sizes
2543+
This allows compile-time control over several constants that
2544+
affect how tables and <acronym>WAL</> files are segmented and
2545+
their internal block sizes.
25472546
</para>
25482547
</listitem>
25492548

@@ -2555,15 +2554,16 @@ do it for earlier branch release files.
25552554

25562555
<listitem>
25572556
<para>
2558-
Add support for <productname>Sun Studio</> compiler on
2557+
Add support forthe<productname>Sun Studio</> compiler on
25592558
<productname>Linux</> (Julius Stroffek)
25602559
</para>
25612560
</listitem>
25622561

25632562
<listitem>
25642563
<para>
2565-
Append major version number to the gettext domain name, and
2566-
for libraries the soname major version number (Peter)
2564+
Append the major version number to the <application>gettext</>
2565+
domain, and the <literal>soname</> major version number to
2566+
libraries (Peter)
25672567
</para>
25682568

25692569
<para>
@@ -2610,21 +2610,21 @@ do it for earlier branch release files.
26102610

26112611
<listitem>
26122612
<para>
2613-
Additional <application>DTrace</> probes (Robert Lor)
2613+
Add <application>DTrace</> probes (Robert Lor)
26142614
</para>
26152615
</listitem>
26162616

26172617
<listitem>
26182618
<para>
2619-
Add <application>DTrace</> support onMac<application>OS X
2619+
Add <application>DTrace</> support on <application>MacOS X
26202620
Leopard</> (Robert Lor)
26212621
</para>
26222622
</listitem>
26232623

26242624
<listitem>
26252625
<para>
2626-
Add new <type>cstring</> to text conversion functions (Brendan
2627-
Jurd, Tom)
2626+
Add new <type>cstring</> to<type>text</> conversion functions
2627+
(BrendanJurd, Tom)
26282628
</para>
26292629
</listitem>
26302630

@@ -2649,8 +2649,8 @@ do it for earlier branch release files.
26492649

26502650
<listitem>
26512651
<para>
2652-
Add a hook to allow planner statistics lookup behavior to be
2653-
overridden (Simon Riggs)
2652+
Add a hook to allowtheplanner statistics lookup behavior to
2653+
beoverridden (Simon Riggs)
26542654
</para>
26552655
</listitem>
26562656

@@ -2689,8 +2689,8 @@ do it for earlier branch release files.
26892689

26902690
<listitem>
26912691
<para>
2692-
Add <literal>%expect 0</> to all parser input files to prevent
2693-
builds with parser conflicts(Peter)
2692+
Prevent parser input files from being built with any conflicts
2693+
(Peter)
26942694
</para>
26952695
</listitem>
26962696

@@ -2711,7 +2711,7 @@ do it for earlier branch release files.
27112711

27122712
<listitem>
27132713
<para>
2714-
Add<literal>-M</> (query mode) to <filename>/contrib/pgbench</>
2714+
Add query mode option to <filename>/contrib/pgbench</>
27152715
(Itagaki Takahiro)
27162716
</para>
27172717
</listitem>
@@ -2757,14 +2757,14 @@ do it for earlier branch release files.
27572757
<listitem>
27582758
<para>
27592759
Add <filename>/contrib/citext</> as a case-insensitive,
2760-
multibyte-capable text data type (David Wheeler)
2760+
multibyte-aware text data type (David Wheeler)
27612761
</para>
27622762
</listitem>
27632763

27642764
<listitem>
27652765
<para>
27662766
Make sure <filename>/contrib/dblink</> uses a password supplied
2767-
by the user, and not accidentally from the server .pgpass file
2767+
by the user, and not accidentally from the server's .pgpass file
27682768
(Joe Conway)
27692769
</para>
27702770

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp