From f25e5e5d475f42fa8a52f9941c08286fc2bbfb4a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 16 Jun 2010 18:46:18 +0000 Subject: [PATCH] Update doc description for 9.0 release note item: Have SELECT and CREATE TABLE AS return row counts to the client --- doc/src/sgml/release-9.0.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index d48ca01e8b..5bca6f7896 100644 --- 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. -- 2.40.0