Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0c8429c

Browse files
committed
Add missing literal endtag.
1 parent0dd19ad commit0c8429c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/ecpg.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.34 2002/01/1820:32:53 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.35 2002/01/1821:17:07 momjian Exp $
33
-->
44

55
<chapter id="ecpg">
@@ -1058,7 +1058,7 @@ ECPGdo(__LINE__, NULL, "select res from mytable where index = ? ",
10581058
also supports auto-commit of transactions via the
10591059
<option>-t</option> command-line option or via the <literal>exec
10601060
sql set autocommit to on</literal> statement. In
1061-
<literal>autocommit<literal> mode, each query is automatically
1061+
<literal>autocommit</literal> mode, each query is automatically
10621062
committed unless it is inside an explicit transaction block. This
10631063
mode can be explicitly turned off using <literal>exec sql set
10641064
autocommit to off</literal>.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp