Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7719ed0

Browse files
committed
Update release notes for libpq feature change.
1 parent 41b9c84 commit 7719ed0

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 result into memory
2363+
Previously, libpq always collected the entire query result in 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-
using libpq's new row processor <acronym>API</acronym> (Kyotaro
2545-
Horiguchi)
2543+
Improve efficiency of <link linkend="dblink">dblink</link> by using
2544+
libpq's new single-row processing mode (Kyotaro Horiguchi, Marko
2545+
Kreen)
25462546
</para>
25472547

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

0 commit comments

Comments
 (0)