File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 4
4
-->
5
5
6
6
<sect1 id="app-pgresetxlog" xreflabel="pg_resetxlog">
7
+ <!--==========================orignal english content==========================
7
8
<title><command>pg_resetxlog</command> renamed to <command>pg_resetwal</command></title>
9
+ ____________________________________________________________________________-->
10
+ <title><command>pg_resetxlog</command> 重命名为 <command>pg_resetwal</command></title>
8
11
12
+ <!--==========================orignal english content==========================
13
+ <indexterm>
14
+ <primary>pg_resetxlog</primary>
15
+ <see>pg_resetwal</see>
16
+ </indexterm>
17
+ ____________________________________________________________________________-->
9
18
<indexterm>
10
19
<primary>pg_resetxlog</primary>
11
20
<see>pg_resetwal</see>
12
21
</indexterm>
13
22
23
+ <!--==========================orignal english content==========================
14
24
<para>
15
25
PostgreSQL 9.6 and below provided a command named
16
26
<command>pg_resetxlog</command>
20
30
<link linkend="release-prior">the release notes for PostgreSQL 10</link> for details
21
31
on this change.
22
32
</para>
33
+ ____________________________________________________________________________-->
34
+ <para>
35
+ PostgreSQL 9.6 及以下版本提供一个命令名为<command>pg_resetxlog</command> <indexterm><primary>pg_resetxlog</primary></indexterm> ,用以重置 write-ahead-log (WAL) 文件。
36
+ 这个命令被重命名为 <command>pg_resetwal</command>, 关于<command>pg_resetwal</command>的文档请参见<xref linkend="app-pgresetwal"/>,
37
+ 关于此变更的详情请参见<link linkend="release-prior">the release notes for PostgreSQL 10</link>。
38
+ </para>
23
39
24
40
</sect1>
You can’t perform that action at this time.
0 commit comments