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
54916b99
Commit
54916b99
authored
Dec 02, 2013
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: update wording of ineffective SET and ABORT commands
Wording by Alvaro Herrera
parent
b8b7b723
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
6 deletions
+9
-6
doc/src/sgml/ref/abort.sgml
doc/src/sgml/ref/abort.sgml
+2
-1
doc/src/sgml/ref/rollback.sgml
doc/src/sgml/ref/rollback.sgml
+1
-1
doc/src/sgml/ref/set.sgml
doc/src/sgml/ref/set.sgml
+3
-2
doc/src/sgml/ref/set_constraints.sgml
doc/src/sgml/ref/set_constraints.sgml
+2
-1
doc/src/sgml/ref/set_transaction.sgml
doc/src/sgml/ref/set_transaction.sgml
+1
-1
No files found.
doc/src/sgml/ref/abort.sgml
View file @
54916b99
...
...
@@ -63,7 +63,8 @@ ABORT [ WORK | TRANSACTION ]
</para>
<para>
Issuing <command>ABORT</> outside of a transaction block has no effect.
Issuing <command>ABORT</> outside of a transaction block
emits a warning and otherwise has no effect.
</para>
</refsect1>
...
...
doc/src/sgml/ref/rollback.sgml
View file @
54916b99
...
...
@@ -60,7 +60,7 @@ ROLLBACK [ WORK | TRANSACTION ]
<para>
Issuing <command>ROLLBACK</> outside of a transaction
block has no effect.
block
emits a warning and otherwise
has no effect.
</para>
</refsect1>
...
...
doc/src/sgml/ref/set.sgml
View file @
54916b99
...
...
@@ -110,8 +110,9 @@ SET [ SESSION | LOCAL ] TIME ZONE { <replaceable class="PARAMETER">timezone</rep
<para>
Specifies that the command takes effect for only the current
transaction. After <command>COMMIT</> or <command>ROLLBACK</>,
the session-level setting takes effect again. This has no effect
outside of a transaction block.
the session-level setting takes effect again. Issuing this
outside of a transaction block emits a warning and otherwise has
no effect.
</para>
</listitem>
</varlistentry>
...
...
doc/src/sgml/ref/set_constraints.sgml
View file @
54916b99
...
...
@@ -99,7 +99,8 @@ SET CONSTRAINTS { ALL | <replaceable class="parameter">name</replaceable> [, ...
<para>
This command only alters the behavior of constraints within the
current transaction. This has no effect outside of a transaction block.
current transaction. Issuing this outside of a transaction block
emits a warning and otherwise has no effect.
</para>
</refsect1>
...
...
doc/src/sgml/ref/set_transaction.sgml
View file @
54916b99
...
...
@@ -185,7 +185,7 @@ SET SESSION CHARACTERISTICS AS TRANSACTION <replaceable class="parameter">transa
<para>
If <command>SET TRANSACTION</command> is executed without a prior
<command>START TRANSACTION</command> or <command>BEGIN</command>,
it
will have
no effect.
it
emits a warning and otherwise has
no effect.
</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