diff options
-rw-r--r-- | doc/src/sgml/release-9.4.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/release-9.4.sgml b/doc/src/sgml/release-9.4.sgml index 865465a74c1..1be163f61a3 100644 --- a/doc/src/sgml/release-9.4.sgml +++ b/doc/src/sgml/release-9.4.sgml @@ -1120,7 +1120,7 @@ <para> Previously the presence of non-updatable columns such as - expressions, literals, and function cals prevented automatic + expressions, literals, and function calls prevented automatic updates. Now <command>INSERT</>s, <command>UPDATE</>s and <command>DELETE</>s are supported, provided that they do not attempt to assign new values to any of the non-updatable columns. |