projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7b5927
)
Update doc description for 9.0 release note item:
author
Bruce Momjian
Wed, 16 Jun 2010 18:46:18 +0000
(18:46 +0000)
committer
Bruce Momjian
Wed, 16 Jun 2010 18:46:18 +0000
(18:46 +0000)
Have
SELECT> and
CREATE TABLE AS> return
row counts to the client
doc/src/sgml/release-9.0.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-9.0.sgml
b/doc/src/sgml/release-9.0.sgml
index d48ca01e8bbf9e1503ec45726267d1dce3fead21..5bca6f7896a86003918e68b11269a86f6e2ab8cc 100644
(file)
--- a/
doc/src/sgml/release-9.0.sgml
+++ b/
doc/src/sgml/release-9.0.sgml
@@
-1,4
+1,4
@@
-
+
Release 9.0
@@
-820,9
+820,9
@@
- For drivers which support this feature, this saves an entire
- round-trip to the client, allowing result counts and pagination
-
to be calculated without a second
COUNT
query
.
+ This allows operations that do not return a result, like
+
SELECT INTO>, to return a count of the number of rows
+
processed
.