]> granicus.if.org Git - postgresql/commitdiff
Minor correction of READ COMMITTED isolation level docs.
authorKevin Grittner <kgrittn@postgresql.org>
Wed, 27 Nov 2013 20:34:12 +0000 (14:34 -0600)
committerKevin Grittner <kgrittn@postgresql.org>
Wed, 27 Nov 2013 20:34:12 +0000 (14:34 -0600)
Per report from AK

doc/src/sgml/mvcc.sgml

index f56eb557b18cf1ca43fa78dba20ede3d90087bea..2ca423ce8a2753894f9a4d072ead6af22d715a6c 100644 (file)
     though they are not yet committed.  Also note that two successive
     <command>SELECT</command> commands can see different data, even
     though they are within a single transaction, if other transactions
-    commit changes during execution of the first <command>SELECT</command>.
+    commit changes after the first <command>SELECT</command> starts and
+    before the second <command>SELECT</command> starts.
    </para>
 
    <para>