mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Update release notes for libpq feature change.
This commit is contained in:
parent
41b9c8452b
commit
7719ed04bc
@ -8,7 +8,6 @@
|
|||||||
<title>Release Date</title>
|
<title>Release Date</title>
|
||||||
<simpara>2012-??-??</simpara>
|
<simpara>2012-??-??</simpara>
|
||||||
<simpara>CURRENT AS OF 2012-05-09</simpara>
|
<simpara>CURRENT AS OF 2012-05-09</simpara>
|
||||||
|
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
@ -2355,12 +2354,13 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add a row processor <acronym>API</acronym> to libpq for better
|
Add a <link linkend="libpq-single-row-mode">single-row processing
|
||||||
handling of large result sets (Kyotaro Horiguchi)
|
mode</link> to libpq for better handling of large result sets
|
||||||
|
(Kyotaro Horiguchi, Marko Kreen)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Previously, libpq collected the entire query result into memory
|
Previously, libpq always collected the entire query result in memory
|
||||||
before passing it back to the application.
|
before passing it back to the application.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -2540,13 +2540,13 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Improve efficiency of <link linkend="dblink">dblink</link> by
|
Improve efficiency of <link linkend="dblink">dblink</link> by using
|
||||||
using libpq's new row processor <acronym>API</acronym> (Kyotaro
|
libpq's new single-row processing mode (Kyotaro Horiguchi, Marko
|
||||||
Horiguchi)
|
Kreen)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This cannot be used by
|
This improvement does not apply to
|
||||||
<function>dblink_send_query()</>/<function>dblink_get_result()</>.
|
<function>dblink_send_query()</>/<function>dblink_get_result()</>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user