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

Commitf1c0071

Browse files
committed
Add warning that autocommit=off is not well-supported yet.
1 parentab901c6 commitf1c0071

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

‎doc/src/sgml/runtime.sgml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.145 2002/10/13 16:55:05 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.146 2002/10/20 01:43:32 tgl Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -1245,6 +1245,7 @@ env PGOPTIONS='-c geqo=off' psql
12451245
maximum compatibility with the SQL specification, set it to
12461246
false.
12471247
</para>
1248+
12481249
<note>
12491250
<para>
12501251
Even with <varname>autocommit</> set to false, <command>SET</>,
@@ -1261,6 +1262,16 @@ env PGOPTIONS='-c geqo=off' psql
12611262
</para>
12621263
</note>
12631264

1265+
<note>
1266+
<para>
1267+
As of <productname>PostgreSQL</productname> 7.3, setting
1268+
<varname>autocommit</> to false is not well-supported.
1269+
This is a new feature and is not yet handled by all client
1270+
libraries and applications. Before making it the default
1271+
setting in your installation, test carefully.
1272+
</para>
1273+
</note>
1274+
12641275
</listitem>
12651276
</varlistentry>
12661277

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp