Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf25e5e5

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 parenta7b5927 commitf25e5e5

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-triptothe 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</>,toreturn a count of the number of rows
825+
processed.
826826
</para>
827827

828828
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp