File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 88 <title>Release Date</title>
99 <simpara>2012-??-??</simpara>
1010 <simpara>CURRENT AS OF 2012-05-09</simpara>
11-
1211 </note>
1312
1413 <sect2>
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>
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>
You can’t perform that action at this time.
0 commit comments