Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e513087

Browse files
committed
doc: auto-updatable view adjustments for 9.4 release notes
Report by Dean Rasheed
1 parent 062f535 commit e513087

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

doc/src/sgml/release-9.4.sgml

+13-10
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
</para>
176176

177177
<para>
178-
Previously, stripped lexemes got a default location and could be
178+
Previously stripped lexemes got a default location and could be
179179
considered if mixed with non-stripped lexemes.
180180
</para>
181181
</listitem>
@@ -268,7 +268,7 @@
268268
</para>
269269

270270
<para>
271-
Previously, <option>-u</> was used to specify the user name.
271+
Previously <option>-u</> was used to specify the user name.
272272
Also spell the long option as <option>--username</>, again for
273273
consistency with other tools.
274274
</para>
@@ -1097,22 +1097,25 @@
10971097

10981098
<listitem>
10991099
<para>
1100-
Allow the updating of <link
1101-
linkend="SQL-CREATEVIEW-updatable-views">views</link>
1102-
where only some columns are auto-updateable (Dean Rasheed)
1100+
Allow views to be <link
1101+
linkend="SQL-CREATEVIEW-updatable-views">automatically
1102+
updated</link> even if they contain some non-updatable columns
1103+
(Dean Rasheed)
11031104
</para>
11041105

11051106
<para>
1106-
Previously the presence of a non-auto-updateable column prevented
1107-
all columns from being auto-updated. Deletes are now supported
1108-
on suitable views even if no auto-updateable columns are present.
1107+
Previously the presence of non-updatable columns such as
1108+
expressions, literals, and function cals prevented automatic
1109+
updates. Now <command>INSERT</>s, <command>UPDATE</>s and
1110+
<command>DELETE</>s are supported, provided that they do not
1111+
attempt to assign new values to any of the non-updatable columns.
11091112
</para>
11101113
</listitem>
11111114

11121115
<listitem>
11131116
<para>
11141117
Allow control over whether <command>INSERT</>s and
1115-
<command>UPDATE</>s can add rows to an auto-updateable view that
1118+
<command>UPDATE</>s can add rows to an auto-updatable view that
11161119
would no longer appear in the view (Dean Rasheed)
11171120
</para>
11181121

@@ -1125,7 +1128,7 @@
11251128
<listitem>
11261129
<para>
11271130
Allow <link linkend="rules-privileges">security barrier views</>
1128-
to be automatically updateable (Dean Rasheed)
1131+
to be automatically updatable (Dean Rasheed)
11291132
</para>
11301133
</listitem>
11311134

0 commit comments

Comments
 (0)