|
175 | 175 | </para>
|
176 | 176 |
|
177 | 177 | <para>
|
178 |
| - Previously, stripped lexemes got a default location and could be |
| 178 | + Previously stripped lexemes got a default location and could be |
179 | 179 | considered if mixed with non-stripped lexemes.
|
180 | 180 | </para>
|
181 | 181 | </listitem>
|
|
268 | 268 | </para>
|
269 | 269 |
|
270 | 270 | <para>
|
271 |
| - Previously, <option>-u</> was used to specify the user name. |
| 271 | + Previously <option>-u</> was used to specify the user name. |
272 | 272 | Also spell the long option as <option>--username</>, again for
|
273 | 273 | consistency with other tools.
|
274 | 274 | </para>
|
|
1097 | 1097 |
|
1098 | 1098 | <listitem>
|
1099 | 1099 | <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) |
1103 | 1104 | </para>
|
1104 | 1105 |
|
1105 | 1106 | <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. |
1109 | 1112 | </para>
|
1110 | 1113 | </listitem>
|
1111 | 1114 |
|
1112 | 1115 | <listitem>
|
1113 | 1116 | <para>
|
1114 | 1117 | 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 |
1116 | 1119 | would no longer appear in the view (Dean Rasheed)
|
1117 | 1120 | </para>
|
1118 | 1121 |
|
|
1125 | 1128 | <listitem>
|
1126 | 1129 | <para>
|
1127 | 1130 | Allow <link linkend="rules-privileges">security barrier views</>
|
1128 |
| - to be automatically updateable (Dean Rasheed) |
| 1131 | + to be automatically updatable (Dean Rasheed) |
1129 | 1132 | </para>
|
1130 | 1133 | </listitem>
|
1131 | 1134 |
|
|
0 commit comments