Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
e513087f
Commit
e513087f
authored
May 14, 2014
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: auto-updatable view adjustments for 9.4 release notes
Report by Dean Rasheed
parent
062f5351
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
10 deletions
+13
-10
doc/src/sgml/release-9.4.sgml
doc/src/sgml/release-9.4.sgml
+13
-10
No files found.
doc/src/sgml/release-9.4.sgml
View file @
e513087f
...
...
@@ -175,7 +175,7 @@
</para>
<para>
Previously
,
stripped lexemes got a default location and could be
Previously stripped lexemes got a default location and could be
considered if mixed with non-stripped lexemes.
</para>
</listitem>
...
...
@@ -268,7 +268,7 @@
</para>
<para>
Previously
,
<option>-u</> was used to specify the user name.
Previously <option>-u</> was used to specify the user name.
Also spell the long option as <option>--username</>, again for
consistency with other tools.
</para>
...
...
@@ -1097,22 +1097,25 @@
<listitem>
<para>
Allow the updating of <link
linkend="SQL-CREATEVIEW-updatable-views">views</link>
where only some columns are auto-updateable (Dean Rasheed)
Allow views to be <link
linkend="SQL-CREATEVIEW-updatable-views">automatically
updated</link> even if they contain some non-updatable columns
(Dean Rasheed)
</para>
<para>
Previously the presence of a non-auto-updateable column prevented
all columns from being auto-updated. Deletes are now supported
on suitable views even if no auto-updateable columns are present.
Previously the presence of non-updatable columns such as
expressions, literals, and function cals 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.
</para>
</listitem>
<listitem>
<para>
Allow control over whether <command>INSERT</>s and
<command>UPDATE</>s can add rows to an auto-updat
e
able view that
<command>UPDATE</>s can add rows to an auto-updatable view that
would no longer appear in the view (Dean Rasheed)
</para>
...
...
@@ -1125,7 +1128,7 @@
<listitem>
<para>
Allow <link linkend="rules-privileges">security barrier views</>
to be automatically updat
e
able (Dean Rasheed)
to be automatically updatable (Dean Rasheed)
</para>
</listitem>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment