Skip to content
Snippets Groups Projects
Commit 87a23795 authored by Tom Lane's avatar Tom Lane
Browse files

Update release notes for libpq feature change.

parent ea56ed9a
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,6 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment