mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
doc: fix 9.4 release notes typo
Report by Dean Rasheed
This commit is contained in:
parent
eefd90c4a9
commit
ac53295d66
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue