1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.296 2004/09/13 20:05:18 tgl Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.297 2004/09/24 01:31:32 neilc Exp $
3
3
-->
4
4
5
5
<appendix id="release">
@@ -1124,7 +1124,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.296 2004/09/13 20:05:18 tgl Exp
1124
1124
1125
1125
<listitem>
1126
1126
<para>
1127
- GRANT/REVOKE behavior follows the SQL spec more closely
1127
+ <command>GRANT</command>/<command>REVOKE</command> behavior
1128
+ follows the SQL spec more closely
1128
1129
</para>
1129
1130
</listitem>
1130
1131
@@ -1187,14 +1188,15 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.296 2004/09/13 20:05:18 tgl Exp
1187
1188
1188
1189
<listitem>
1189
1190
<para>
1190
- Add --pwfile option to initdb so the initial password can be set by GUI tools
1191
- (Magnus)
1191
+ Add --pwfile option to <application> initdb</application> so the
1192
+ initial password can be set by GUI tools (Magnus)
1192
1193
</para>
1193
1194
</listitem>
1194
1195
1195
1196
<listitem>
1196
1197
<para>
1197
- Detect locale/encoding mismatch in initdb (Peter)
1198
+ Detect locale/encoding mismatch in
1199
+ <application>initdb</application> (Peter)
1198
1200
</para>
1199
1201
</listitem>
1200
1202
@@ -1499,7 +1501,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.296 2004/09/13 20:05:18 tgl Exp
1499
1501
1500
1502
<listitem>
1501
1503
<para>
1502
- Allow plpgsql parameter names to be referenced in the function (Dennis Bjorklund)
1504
+ Allow PL/PgSQL parameter names to be referenced in the function (Dennis Bjorklund)
1503
1505
</para>
1504
1506
<para>
1505
1507
This basically creates an automatic alias for each named parameter.
@@ -1508,7 +1510,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.296 2004/09/13 20:05:18 tgl Exp
1508
1510
1509
1511
<listitem>
1510
1512
<para>
1511
- Do minimal syntax checking of plpgsql functions at creation time (Tom)
1513
+ Do minimal syntax checking of PL/PgSQL functions at creation time (Tom)
1512
1514
</para>
1513
1515
<para>
1514
1516
This allows us to catch simple syntax errors sooner.
@@ -1517,7 +1519,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.296 2004/09/13 20:05:18 tgl Exp
1517
1519
1518
1520
<listitem>
1519
1521
<para>
1520
- More support for composite types (row and record variables) in plpgsql
1522
+ More support for composite types (row and record variables) in PL/PgSQL
1521
1523
</para>
1522
1524
<para>
1523
1525
For example, it now works to pass a rowtype variable to another function
@@ -1527,14 +1529,14 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.296 2004/09/13 20:05:18 tgl Exp
1527
1529
1528
1530
<listitem>
1529
1531
<para>
1530
- Default values for plpgsql variables can now reference previously
1532
+ Default values for PL/PgSQL variables can now reference previously
1531
1533
declared variables
1532
1534
</para>
1533
1535
</listitem>
1534
1536
1535
1537
<listitem>
1536
1538
<para>
1537
- Improve parsing of plpgsql FOR loops (Tom)
1539
+ Improve parsing of PL/PgSQL FOR loops (Tom)
1538
1540
</para>
1539
1541
<para>
1540
1542
Parsing is now driven by presence of ".." rather than datatype of FOR
@@ -1545,7 +1547,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.296 2004/09/13 20:05:18 tgl Exp
1545
1547
1546
1548
<listitem>
1547
1549
<para>
1548
- Major overhaul of plperl server-side language (Command Prompt, Andrew Dunstan)
1550
+ Major overhaul of PL/Perl server-side language (Command Prompt, Andrew Dunstan)
1549
1551
</para>
1550
1552
</listitem>
1551
1553
@@ -1706,8 +1708,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.296 2004/09/13 20:05:18 tgl Exp
1706
1708
1707
1709
<listitem>
1708
1710
<para>
1709
- Have pg_dump use ALTER OWNER rather than SET SESSION AUTHORIZATION
1710
- by default (Christopher)
1711
+ Have pg_dump use ALTER OWNER rather than SET SESSION
1712
+ AUTHORIZATION by default (Christopher)
1711
1713
</para>
1712
1714
</listitem>
1713
1715
@@ -1876,7 +1878,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.296 2004/09/13 20:05:18 tgl Exp
1876
1878
1877
1879
<listitem>
1878
1880
<para>
1879
- Improvements to the MAC OS- X startup scripts (Ray A.)
1881
+ Improvements to the Mac OS X startup scripts (Ray A.)
1880
1882
</para>
1881
1883
</listitem>
1882
1884
@@ -1900,19 +1902,21 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.296 2004/09/13 20:05:18 tgl Exp
1900
1902
1901
1903
<listitem>
1902
1904
<para>
1903
- Remove pg_encoding; not needed anymore
1905
+ Remove <application>pg_encoding</application>; not needed
1906
+ anymore
1904
1907
</para>
1905
1908
</listitem>
1906
1909
1907
1910
<listitem>
1908
1911
<para>
1909
- Remove pg_id; not needed anymore
1912
+ Remove <application> pg_id</application> ; not needed anymore
1910
1913
</para>
1911
1914
</listitem>
1912
1915
1913
1916
<listitem>
1914
1917
<para>
1915
- Remove initlocation; not needed anymore
1918
+ Remove <application>initlocation</application>; not needed
1919
+ anymore
1916
1920
</para>
1917
1921
</listitem>
1918
1922
@@ -1947,11 +1951,12 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.296 2004/09/13 20:05:18 tgl Exp
1947
1951
1948
1952
<listitem>
1949
1953
<para>
1950
- New linked list data structure implementation (Neil)
1954
+ Reimplement the linked list data structure used throughout the
1955
+ backend (Neil)
1951
1956
</para>
1952
1957
<para>
1953
- This improves performance by allowing list append operations to be
1954
- more efficient.
1958
+ This improves performance by allowing list append and length
1959
+ operations to be more efficient.
1955
1960
</para>
1956
1961
</listitem>
1957
1962
0 commit comments