Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
7719ed04
Commit
7719ed04
authored
Aug 02, 2012
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update release notes for libpq feature change.
parent
41b9c845
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
doc/src/sgml/release-9.2.sgml
doc/src/sgml/release-9.2.sgml
+8
-8
No files found.
doc/src/sgml/release-9.2.sgml
View file @
7719ed04
...
@@ -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> (Kyotar
o
libpq's new single-row processing mode (Kyotaro Horiguchi, Mark
o
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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment