diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-05-14 14:13:19 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-05-14 14:13:19 -0400 |
commit | ac53295d667e7727d7b70ddf11d82c067870501f (patch) | |
tree | 4ef76ae9f7ed1a779b1d0edb8d40e6f568d29ba3 | |
parent | eefd90c4a95449f02b568d5370cfe6bcd1bf13e9 (diff) | |
download | postgresql-ac53295d667e7727d7b70ddf11d82c067870501f.tar.gz postgresql-ac53295d667e7727d7b70ddf11d82c067870501f.zip |
doc: fix 9.4 release notes typo
Report by Dean Rasheed
-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. |