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
7212c77d
Commit
7212c77d
authored
Feb 03, 2011
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ALTER TABLE sometimes takes only ShareUpdateExclusiveLock.
Along the way, be more consistent about the wording we use here.
parent
df63aac6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
doc/src/sgml/mvcc.sgml
doc/src/sgml/mvcc.sgml
+4
-3
No files found.
doc/src/sgml/mvcc.sgml
View file @
7212c77d
...
@@ -656,7 +656,8 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
...
@@ -656,7 +656,8 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
<para>
<para>
Acquired by <command>VACUUM</command> (without <option>FULL</option>),
Acquired by <command>VACUUM</command> (without <option>FULL</option>),
<command>ANALYZE</>, and <command>CREATE INDEX CONCURRENTLY</>.
<command>ANALYZE</>, <command>CREATE INDEX CONCURRENTLY</>, and
some forms of <command>ALTER TABLE</command>.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -699,7 +700,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
...
@@ -699,7 +700,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
<para>
<para>
Acquired by <command>CREATE TRIGGER</command>,
Acquired by <command>CREATE TRIGGER</command>,
<command>CREATE RULE</command> (except for <literal>ON SELECT</>
<command>CREATE RULE</command> (except for <literal>ON SELECT</>
rules) and
in some cases
<command>ALTER TABLE</command>.
rules) and
some forms of
<command>ALTER TABLE</command>.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -747,7 +748,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
...
@@ -747,7 +748,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
Acquired by the <command>DROP TABLE</command>,
Acquired by the <command>DROP TABLE</command>,
<command>TRUNCATE</command>, <command>REINDEX</command>,
<command>TRUNCATE</command>, <command>REINDEX</command>,
<command>CLUSTER</command>, and <command>VACUUM FULL</command>
<command>CLUSTER</command>, and <command>VACUUM FULL</command>
commands, a
s well as most variant
s of <command>ALTER TABLE</>.
commands, a
nd some form
s of <command>ALTER TABLE</>.
This is also the default lock mode for <command>LOCK TABLE</command>
This is also the default lock mode for <command>LOCK TABLE</command>
statements that do not specify a mode explicitly.
statements that do not specify a mode explicitly.
</para>
</para>
...
...
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