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
7b30ed8f
Commit
7b30ed8f
authored
Aug 06, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This patch fixes two typos in the documentation for the newly added
START TRANSACTION command. Neil Conway
parent
a6c76819
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/src/sgml/ref/start_transaction.sgml
doc/src/sgml/ref/start_transaction.sgml
+4
-4
No files found.
doc/src/sgml/ref/start_transaction.sgml
View file @
7b30ed8f
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/start_transaction.sgml,v 1.
1 2002/08/04 05:14:0
6 momjian Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/start_transaction.sgml,v 1.
2 2002/08/06 05:32:1
6 momjian Exp $ -->
<refentry id="SQL-START-TRANSACTION">
<refentry id="SQL-START-TRANSACTION">
<docinfo>
<docinfo>
<date>2002-07-26</date>
<date>2002-07-26</date>
...
@@ -76,7 +76,7 @@ WARNING: BEGIN: already a transaction in progress
...
@@ -76,7 +76,7 @@ WARNING: BEGIN: already a transaction in progress
This command begins a new transaction. If the isolation level is
This command begins a new transaction. If the isolation level is
specified, the new transaction has that isolation level. In all other
specified, the new transaction has that isolation level. In all other
respects, the behavior of this command is identical to the
respects, the behavior of this command is identical to the
<command>BEGIN</command>.
<command>BEGIN</command>
command
.
</para>
</para>
</refsect1>
</refsect1>
...
@@ -86,8 +86,8 @@ WARNING: BEGIN: already a transaction in progress
...
@@ -86,8 +86,8 @@ WARNING: BEGIN: already a transaction in progress
<para>
<para>
The isolation level of a transaction can also be set with the <xref
The isolation level of a transaction can also be set with the <xref
linkend="sql-set-transaction" endterm="sql-set-transaction-title">
.
linkend="sql-set-transaction" endterm="sql-set-transaction-title">
If no isolation level is specified, the level defaults to
command.
If no isolation level is specified, the level defaults to
<option>READ COMMITTED</option>.
<option>READ COMMITTED</option>.
</para>
</para>
</refsect1>
</refsect1>
...
...
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