From: Bruce Momjian Date: Wed, 14 May 2014 18:13:19 +0000 (-0400) Subject: doc: fix 9.4 release notes typo X-Git-Tag: REL9_4_BETA2~194 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ac53295d667e7727d7b70ddf11d82c067870501f;p=thirdparty%2Fpostgresql.git doc: fix 9.4 release notes typo Report by Dean Rasheed --- 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 @@ 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.