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

Commit1d1b819

Browse files
author
Neil Conway
committed
Minor improvements to the release notes.
1 parent409b38f commit1d1b819

File tree

1 file changed

+25
-20
lines changed

1 file changed

+25
-20
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
-->
44

55
<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
11241124

11251125
<listitem>
11261126
<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
11281129
</para>
11291130
</listitem>
11301131

@@ -1187,14 +1188,15 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.296 2004/09/13 20:05:18 tgl Exp
11871188

11881189
<listitem>
11891190
<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)
11921193
</para>
11931194
</listitem>
11941195

11951196
<listitem>
11961197
<para>
1197-
Detect locale/encoding mismatch in initdb (Peter)
1198+
Detect locale/encoding mismatch in
1199+
<application>initdb</application> (Peter)
11981200
</para>
11991201
</listitem>
12001202

@@ -1499,7 +1501,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.296 2004/09/13 20:05:18 tgl Exp
14991501

15001502
<listitem>
15011503
<para>
1502-
Allowplpgsql parameter names to be referenced in the function (Dennis Bjorklund)
1504+
AllowPL/PgSQL parameter names to be referenced in the function (Dennis Bjorklund)
15031505
</para>
15041506
<para>
15051507
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
15081510

15091511
<listitem>
15101512
<para>
1511-
Do minimal syntax checking ofplpgsql functions at creation time (Tom)
1513+
Do minimal syntax checking ofPL/PgSQL functions at creation time (Tom)
15121514
</para>
15131515
<para>
15141516
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
15171519

15181520
<listitem>
15191521
<para>
1520-
More support for composite types (row and record variables) inplpgsql
1522+
More support for composite types (row and record variables) inPL/PgSQL
15211523
</para>
15221524
<para>
15231525
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
15271529

15281530
<listitem>
15291531
<para>
1530-
Default values forplpgsql variables can now reference previously
1532+
Default values forPL/PgSQL variables can now reference previously
15311533
declared variables
15321534
</para>
15331535
</listitem>
15341536

15351537
<listitem>
15361538
<para>
1537-
Improve parsing ofplpgsql FOR loops (Tom)
1539+
Improve parsing ofPL/PgSQL FOR loops (Tom)
15381540
</para>
15391541
<para>
15401542
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
15451547

15461548
<listitem>
15471549
<para>
1548-
Major overhaul ofplperl server-side language (Command Prompt, Andrew Dunstan)
1550+
Major overhaul ofPL/Perl server-side language (Command Prompt, Andrew Dunstan)
15491551
</para>
15501552
</listitem>
15511553

@@ -1706,8 +1708,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.296 2004/09/13 20:05:18 tgl Exp
17061708

17071709
<listitem>
17081710
<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+
AUTHORIZATIONby default (Christopher)
17111713
</para>
17121714
</listitem>
17131715

@@ -1876,7 +1878,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.296 2004/09/13 20:05:18 tgl Exp
18761878

18771879
<listitem>
18781880
<para>
1879-
Improvements to theMAC OS-X startup scripts (Ray A.)
1881+
Improvements to theMac OSX startup scripts (Ray A.)
18801882
</para>
18811883
</listitem>
18821884

@@ -1900,19 +1902,21 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.296 2004/09/13 20:05:18 tgl Exp
19001902

19011903
<listitem>
19021904
<para>
1903-
Remove pg_encoding; not needed anymore
1905+
Remove <application>pg_encoding</application>; not needed
1906+
anymore
19041907
</para>
19051908
</listitem>
19061909

19071910
<listitem>
19081911
<para>
1909-
Remove pg_id; not needed anymore
1912+
Remove<application>pg_id</application>; not needed anymore
19101913
</para>
19111914
</listitem>
19121915

19131916
<listitem>
19141917
<para>
1915-
Remove initlocation; not needed anymore
1918+
Remove <application>initlocation</application>; not needed
1919+
anymore
19161920
</para>
19171921
</listitem>
19181922

@@ -1947,11 +1951,12 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.296 2004/09/13 20:05:18 tgl Exp
19471951

19481952
<listitem>
19491953
<para>
1950-
New linked list data structure implementation (Neil)
1954+
Reimplement the linked list data structure used throughout the
1955+
backend (Neil)
19511956
</para>
19521957
<para>
1953-
This improves performance by allowing list appendoperations to be
1954-
more efficient.
1958+
This improves performance by allowing list appendand length
1959+
operations to bemore efficient.
19551960
</para>
19561961
</listitem>
19571962

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp