From ac53295d667e7727d7b70ddf11d82c067870501f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 14 May 2014 14:13:19 -0400 Subject: [PATCH] doc: fix 9.4 release notes typo Report by Dean Rasheed --- doc/src/sgml/release-9.4.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/release-9.4.sgml b/doc/src/sgml/release-9.4.sgml index 865465a74c..1be163f61a 100644 --- a/doc/src/sgml/release-9.4.sgml +++ b/doc/src/sgml/release-9.4.sgml @@ -1120,7 +1120,7 @@ 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 INSERTs, UPDATEs and DELETEs are supported, provided that they do not attempt to assign new values to any of the non-updatable columns. -- 2.40.0