-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp-pgreceivexlog.html
More file actions
20 lines (20 loc) · 4.91 KB
/
app-pgreceivexlog.html
File metadata and controls
20 lines (20 loc) · 4.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>O.5. pg_receivexlogの名前をpg_receivewalに変更</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="app-pgresetxlog.html" title="O.4. pg_resetxlogの名前をpg_resetwalに変更" /><link rel="next" href="jpug-doc.html" title="付録P 貢献者" /><meta name="viewport" content="width=device-width,initial-scale=1.0" /></head><body id="docContent" class="container-fluid col-10"><div class="other_version"><a href="https://www.postgresql.jp/document/">バージョンごとのドキュメント一覧</a></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="4" align="center"><a accesskey="h" href="index.html">PostgreSQL 18.3文書</a></th></tr><tr><td width="10%" align="left"></td><td width="10%" align="left"></td><td width="60%" align="center"><a href="appendix-obsolete.html" title="付録O 廃止または名前が変更された機能">付録O 廃止または名前が変更された機能</a></td><td width="20%" align="right"><div class="actions"><a class="issue" title="github" href="https://github.com/pgsql-jp/jpug-doc/issues/new?template=bug_report.yml&what-happened=version 18.3 : app-pgreceivexlog.html">誤訳等の報告
</a></div></td></tr><tr><td width="10%" align="left"><a accesskey="p" href="app-pgresetxlog.html" title="O.4. pg_resetxlogの名前をpg_resetwalに変更">前へ</a> </td><td width="10%" align="left"><a accesskey="u" href="appendix-obsolete.html" title="付録O 廃止または名前が変更された機能">上へ</a></td><td width="60%" align="center">O.5. <code class="command">pg_receivexlog</code>の名前を<code class="command">pg_receivewal</code>に変更</td><td width="20%" align="right"> <a accesskey="n" href="jpug-doc.html" title="付録P 貢献者">次へ</a></td></tr></table><hr /></div><div class="sect1" id="APP-PGRECEIVEXLOG"><div class="titlepage"><div><div><h2 class="title" style="clear: both">O.5. <code class="command">pg_receivexlog</code>の名前を<code class="command">pg_receivewal</code>に変更 <a href="#APP-PGRECEIVEXLOG" class="id_link">#</a></h2></div></div></div><span class="original">
<title><command>pg_receivexlog</command> renamed to <command>pg_receivewal</command></title>
</span><a id="id-1.11.16.7.2" class="indexterm"></a><p>
<span class="original">
PostgreSQL 9.6 and below provided a command named
<command>pg_receivexlog</command>
<indexterm><primary>pg_receivexlog</primary></indexterm>
to fetch write-ahead-log (WAL) files. This command was renamed to <command>pg_receivewal</command>, see
<xref linkend="app-pgreceivewal"/> for documentation of <command>pg_receivewal</command> and see
<link linkend="release-prior">the release notes for PostgreSQL 10</link> for details
on this change.
</span>
PostgreSQL 9.6以下では、<code class="command">pg_receivexlog</code>という名前のコマンドが
<a id="id-1.11.16.7.3.2" class="indexterm"></a>
write-ahead-log(WAL)ファイルを取り出すために提供されていました。
このコマンドは<code class="command">pg_receivewal</code>に名前が変更されました。
<code class="command">pg_receivewal</code>のドキュメントについては<a class="xref" href="app-pgreceivewal.html" title="pg_receivewal"><span class="refentrytitle"><span class="application">pg_receivewal</span></span></a>を、この変更の詳細については<a class="link" href="release-prior.html" title="E.5. 以前のリリース">PostgreSQL 10のリリースノート</a>を参照してください。
</p></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="app-pgresetxlog.html" title="O.4. pg_resetxlogの名前をpg_resetwalに変更">前へ</a> </td><td width="20%" align="center"><a accesskey="u" href="appendix-obsolete.html" title="付録O 廃止または名前が変更された機能">上へ</a></td><td width="40%" align="right"> <a accesskey="n" href="jpug-doc.html" title="付録P 貢献者">次へ</a></td></tr><tr><td width="40%" align="left" valign="top">O.4. <code class="command">pg_resetxlog</code>の名前を<code class="command">pg_resetwal</code>に変更 </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 18.3文書">ホーム</a></td><td width="40%" align="right" valign="top"> 付録P 貢献者</td></tr></table></div></body></html>