8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b5927 commit f25e5e5Copy full SHA for f25e5e5
doc/src/sgml/release-9.0.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.33 2010/06/16 18:31:39 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.34 2010/06/16 18:46:18 momjian Exp $ -->
2
3
<sect1 id="release-9-0">
4
<title>Release 9.0</title>
@@ -820,9 +820,9 @@
820
</para>
821
822
<para>
823
- For drivers which support this feature, this saves an entire
824
- round-trip to the client, allowing result counts and pagination
825
- to be calculated without a second <command>COUNT</command> query.
+ This allows operations that do not return a result, like
+ <command>SELECT INTO</>, to return a count of the number of rows
+ processed.
826
827
828
0 commit comments