1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.614 2009/03/29 03:58:37 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.615 2009/03/29 19:13:46 momjian Exp $ -->
2
2
<!--
3
3
4
4
Typical markup:
5
5
6
6
&<> use & escapes
7
7
PostgreSQL <productname>
8
- postgresql.conf, pg_hba.conf <filename>
8
+ postgresql.conf, pg_hba.conf <filename>
9
9
[A-Z][A-Z ]+[A-Z] <command>
10
10
[A-Za-z_][A-Za-z0-9_]+() <function>
11
11
[A-Za-z_]/[A-Za-z_]+ <filename>
@@ -614,7 +614,7 @@ do it for earlier branch release files.
614
614
615
615
<listitem>
616
616
<para>
617
- Add <function>pg_conf_load_time()</> function to report when
617
+ Add <function>pg_conf_load_time()</> to report when
618
618
the Postgres configuration files were last loaded (George
619
619
Gensure)
620
620
</para>
@@ -1626,14 +1626,14 @@ do it for earlier branch release files.
1626
1626
1627
1627
<listitem>
1628
1628
<para>
1629
- Add <function>array_ndims()</> function to return the number
1629
+ Add <function>array_ndims()</> to return the number
1630
1630
of dimensions of an array (Robert Haas)
1631
1631
</para>
1632
1632
</listitem>
1633
1633
1634
1634
<listitem>
1635
1635
<para>
1636
- Add <function>array_length()</> function to return the length
1636
+ Add <function>array_length()</> to return the length
1637
1637
of an array for the specified dimensions (Jim Nasby, Robert
1638
1638
Haas, Peter Eisentraut)
1639
1639
</para>
@@ -1654,7 +1654,7 @@ do it for earlier branch release files.
1654
1654
1655
1655
<listitem>
1656
1656
<para>
1657
- Add function <function>unnest()</>, which converts an array to
1657
+ Add <function>unnest()</>, which converts an array to
1658
1658
individual row values (Tom)
1659
1659
</para>
1660
1660
@@ -1760,14 +1760,14 @@ do it for earlier branch release files.
1760
1760
1761
1761
<listitem>
1762
1762
<para>
1763
- Add <function>pg_get_keywords()</> function to return predefined
1763
+ Add <function>pg_get_keywords()</> to return predefined
1764
1764
parser keywords (Dave Page)
1765
1765
</para>
1766
1766
</listitem>
1767
1767
1768
1768
<listitem>
1769
1769
<para>
1770
- Add function <function>pg_get_functiondef()</> to see a functions
1770
+ Add <function>pg_get_functiondef()</> to see a functions
1771
1771
definition (Abhijit Menon-Sen)
1772
1772
</para>
1773
1773
</listitem>
@@ -1811,7 +1811,7 @@ do it for earlier branch release files.
1811
1811
1812
1812
<listitem>
1813
1813
<para>
1814
- Add <function>pg_typeof()</> function to return the data type
1814
+ Add <function>pg_typeof()</> which returns the data type
1815
1815
of any value (Brendan Jurd)
1816
1816
</para>
1817
1817
</listitem>
@@ -2376,15 +2376,15 @@ do it for earlier branch release files.
2376
2376
2377
2377
<listitem>
2378
2378
<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)
2381
2381
</para>
2382
2382
</listitem>
2383
2383
2384
2384
<listitem>
2385
2385
<para>
2386
2386
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
2388
2388
(Magnus)
2389
2389
</para>
2390
2390
@@ -2468,7 +2468,7 @@ do it for earlier branch release files.
2468
2468
2469
2469
<listitem>
2470
2470
<para>
2471
- Support 64-bit timezone data files (Heikki)
2471
+ Support 64-bit time zone data files (Heikki)
2472
2472
</para>
2473
2473
2474
2474
<para>
@@ -2479,7 +2479,7 @@ do it for earlier branch release files.
2479
2479
2480
2480
<listitem>
2481
2481
<para>
2482
- Fix bug in handling of the timezone database when cross-compiling
2482
+ Fix bug in handling of the time zone database when cross-compiling
2483
2483
(Richard Evans)
2484
2484
</para>
2485
2485
</listitem>
@@ -2540,10 +2540,9 @@ do it for earlier branch release files.
2540
2540
</para>
2541
2541
2542
2542
<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.
2547
2546
</para>
2548
2547
</listitem>
2549
2548
@@ -2555,15 +2554,16 @@ do it for earlier branch release files.
2555
2554
2556
2555
<listitem>
2557
2556
<para>
2558
- Add support for <productname>Sun Studio</> compiler on
2557
+ Add support for the <productname>Sun Studio</> compiler on
2559
2558
<productname>Linux</> (Julius Stroffek)
2560
2559
</para>
2561
2560
</listitem>
2562
2561
2563
2562
<listitem>
2564
2563
<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)
2567
2567
</para>
2568
2568
2569
2569
<para>
@@ -2610,21 +2610,21 @@ do it for earlier branch release files.
2610
2610
2611
2611
<listitem>
2612
2612
<para>
2613
- Additional <application>DTrace</> probes (Robert Lor)
2613
+ Add <application>DTrace</> probes (Robert Lor)
2614
2614
</para>
2615
2615
</listitem>
2616
2616
2617
2617
<listitem>
2618
2618
<para>
2619
- Add <application>DTrace</> support on Mac <application>OS X
2619
+ Add <application>DTrace</> support on <application>Mac OS X
2620
2620
Leopard</> (Robert Lor)
2621
2621
</para>
2622
2622
</listitem>
2623
2623
2624
2624
<listitem>
2625
2625
<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
+ (Brendan Jurd, Tom)
2628
2628
</para>
2629
2629
</listitem>
2630
2630
@@ -2649,8 +2649,8 @@ do it for earlier branch release files.
2649
2649
2650
2650
<listitem>
2651
2651
<para>
2652
- Add a hook to allow planner statistics lookup behavior to be
2653
- overridden (Simon Riggs)
2652
+ Add a hook to allow the planner statistics lookup behavior to
2653
+ be overridden (Simon Riggs)
2654
2654
</para>
2655
2655
</listitem>
2656
2656
@@ -2689,8 +2689,8 @@ do it for earlier branch release files.
2689
2689
2690
2690
<listitem>
2691
2691
<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)
2694
2694
</para>
2695
2695
</listitem>
2696
2696
@@ -2711,7 +2711,7 @@ do it for earlier branch release files.
2711
2711
2712
2712
<listitem>
2713
2713
<para>
2714
- Add <literal>-M</> ( query mode) to <filename>/contrib/pgbench</>
2714
+ Add query mode option to <filename>/contrib/pgbench</>
2715
2715
(Itagaki Takahiro)
2716
2716
</para>
2717
2717
</listitem>
@@ -2757,14 +2757,14 @@ do it for earlier branch release files.
2757
2757
<listitem>
2758
2758
<para>
2759
2759
Add <filename>/contrib/citext</> as a case-insensitive,
2760
- multibyte-capable text data type (David Wheeler)
2760
+ multibyte-aware text data type (David Wheeler)
2761
2761
</para>
2762
2762
</listitem>
2763
2763
2764
2764
<listitem>
2765
2765
<para>
2766
2766
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
2768
2768
(Joe Conway)
2769
2769
</para>
2770
2770
0 commit comments