diff options
Diffstat (limited to 'doc/src/sgml/ref/select.sgml')
-rw-r--r-- | doc/src/sgml/ref/select.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml index 231dc6ad8a3..b69b63494b8 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -1312,7 +1312,7 @@ KEY SHARE is also acquired by any <command>DELETE</> on a row, and also by an <command>UPDATE</> that modifies the values on certain columns. Currently, the set of columns considered for the <command>UPDATE</> case are those that - have an unique index on them that can be used in a foreign key (so partial + have a unique index on them that can be used in a foreign key (so partial indexes and expressional indexes are not considered), but this may change in the future. Also, if an <command>UPDATE</command>, <command>DELETE</command>, |