]> granicus.if.org Git - postgresql/commitdiff
doc: fix 9.4 release notes typo
authorBruce Momjian <bruce@momjian.us>
Wed, 14 May 2014 18:13:19 +0000 (14:13 -0400)
committerBruce Momjian <bruce@momjian.us>
Wed, 14 May 2014 18:13:19 +0000 (14:13 -0400)
Report by Dean Rasheed

doc/src/sgml/release-9.4.sgml

index 865465a74c16724c470e6d85089885828862feda..1be163f61a328818fe804b234a4991ce9ed4ce5b 100644 (file)
 
        <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.