Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f25e5e5

Browse files
committed
Update doc description for 9.0 release note item:
Have <command>SELECT</> and <command>CREATE TABLE AS</> return row counts to the client
1 parent a7b5927 commit f25e5e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/release-9.0.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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 $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.34 2010/06/16 18:46:18 momjian Exp $ -->
22

33
<sect1 id="release-9-0">
44
<title>Release 9.0</title>
@@ -820,9 +820,9 @@
820820
</para>
821821

822822
<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.
823+
This allows operations that do not return a result, like
824+
<command>SELECT INTO</>, to return a count of the number of rows
825+
processed.
826826
</para>
827827

828828
<para>

0 commit comments

Comments
 (0)