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

Commitcdb25d4

Browse files
committed
Clarified some 1C-related documentation
1 parent12c5c3a commitcdb25d4

File tree

3 files changed

+30
-4
lines changed

3 files changed

+30
-4
lines changed

‎doc/src/sgml/fasttrun.sgml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@
44
The <literal>fasttrun</literal> module provides transaction unsafe
55
function to truncate tempory tables without growing pg_class size.
66
</para>
7-
7+
<para>
8+
This module is required for 1C Enterprise support.
9+
</para>
10+
<para>
11+
Fast truncate operation is not transactional, so its results cannot be
12+
rolled back and became immediately visible in all sessions regardless
13+
of isolation level.
14+
</para>
815
<sect2 id="fasttrun-function">
916
<title>Function</title>
1017
<para>

‎doc/src/sgml/fulleq.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
The <literal>fulleq</literal> module provides additional equivalence
55
operator to compatibility with Microsoft SQL Server.
66
</para>
7-
8-
<sect2 id="fulleq-overview">
7+
<para>
8+
This module is required for 1C Enterprise support.
9+
</para>
10+
<sect2 id="fulleq-overview">
911
<title>Overview</title>
1012
<para>
1113
The <productname>&productname;</productname> equivalence operator is

‎doc/src/sgml/release-pro-9.6.sgml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,29 @@
1616
<itemizedlist>
1717
<listitem>
1818
<para><application>mchar</application> (See <xref linkend="mchar">)</para>
19+
</listitem>
20+
<listitem>
1921
<para><application>fulleq</application> (See <xref linkend="fulleq">)</para>
20-
<para><application>fasttrun</application> (See <xref linkend="fasttrun">)</para>
22+
</listitem>
23+
<listitem>
24+
<para><application>fasttrun</application> (See <xref linkend="fasttrun">)</para>
25+
</listitem>
26+
<listitem>
2127
<para><application>online_analyze</application> (See <xref linkend="online-analyze">)</para>
28+
</listitem>
29+
<listitem>
2230
<para><application>plantuner</application> (See <xref linkend="plantuner">)</para>
2331
</listitem>
2432
</itemizedlist>
33+
<para>Also, following core changes were added to support 1C</para>
34+
<itemizedlist>
35+
<listitem>
36+
<para>Application level locks</para>
37+
</listitem>
38+
<listitem>
39+
<para>Optimization of range conditions in the WHERE clause</para>
40+
</listitem>
41+
</itemizedlist>
2542
</sect2>
2643
<sect2>
2744
<title>Migration to Version 9.6.1.2</title>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp