mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Fix typos and grammar in documentation and code comments
Comment fixes are applied on HEAD, and documentation improvements are applied on back-branches where needed. Author: Justin Pryzby Discussion: https://postgr.es/m/20210408164008.GJ6592@telsasoft.com Backpatch-through: 9.6
This commit is contained in:
@@ -335,7 +335,7 @@ DECLARE liahona CURSOR FOR SELECT * FROM films;
|
||||
<para>
|
||||
According to the SQL standard, changes made to insensitive cursors by
|
||||
<literal>UPDATE ... WHERE CURRENT OF</literal> and <literal>DELETE
|
||||
... WHERE CURRENT OF</literal> statements are visibible in that same
|
||||
... WHERE CURRENT OF</literal> statements are visible in that same
|
||||
cursor. <productname>PostgreSQL</productname> treats these statements like
|
||||
all other data changing statements in that they are not visible in
|
||||
insensitive cursors.
|
||||
|
Reference in New Issue
Block a user