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

Commit7719ed0

Browse files
committed
Update release notes for libpq feature change.
1 parent41b9c84 commit7719ed0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<title>Release Date</title>
99
<simpara>2012-??-??</simpara>
1010
<simpara>CURRENT AS OF 2012-05-09</simpara>
11-
1211
</note>
1312

1413
<sect2>
@@ -2355,12 +2354,13 @@
23552354

23562355
<listitem>
23572356
<para>
2358-
Add a row processor <acronym>API</acronym> to libpq for better
2359-
handling of large result sets (Kyotaro Horiguchi)
2357+
Add a <link linkend="libpq-single-row-mode">single-row processing
2358+
mode</link> to libpq for better handling of large result sets
2359+
(Kyotaro Horiguchi, Marko Kreen)
23602360
</para>
23612361

23622362
<para>
2363-
Previously, libpq collected the entire query resultinto memory
2363+
Previously, libpqalwayscollected the entire query resultin memory
23642364
before passing it back to the application.
23652365
</para>
23662366
</listitem>
@@ -2540,13 +2540,13 @@
25402540

25412541
<listitem>
25422542
<para>
2543-
Improve efficiency of <link linkend="dblink">dblink</link> by
2544-
usinglibpq's new rowprocessor <acronym>API</acronym> (Kyotaro
2545-
Horiguchi)
2543+
Improve efficiency of <link linkend="dblink">dblink</link> by using
2544+
libpq's newsingle-rowprocessing mode (Kyotaro Horiguchi, Marko
2545+
Kreen)
25462546
</para>
25472547

25482548
<para>
2549-
Thiscannot be used by
2549+
Thisimprovement does not apply to
25502550
<function>dblink_send_query()</>/<function>dblink_get_result()</>.
25512551
</para>
25522552
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp