-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappendix-obsolete.html
More file actions
45 lines (41 loc) · 6.96 KB
/
appendix-obsolete.html
File metadata and controls
45 lines (41 loc) · 6.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?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 廃止または名前が変更された機能</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="color-which.html" title="N.2. 色を設定する" /><link rel="next" href="recovery-config.html" title="O.1. recovery.confファイルをpostgresql.confに統合" /><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="appendixes.html" title="パート VIII. 付録">パート VIII. 付録</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 : appendix-obsolete.html">誤訳等の報告
</a></div></td></tr><tr><td width="10%" align="left"><a accesskey="p" href="color-which.html" title="N.2. 色を設定する">前へ</a> </td><td width="10%" align="left"><a accesskey="u" href="appendixes.html" title="パート VIII. 付録">上へ</a></td><td width="60%" align="center">付録O 廃止または名前が変更された機能</td><td width="20%" align="right"> <a accesskey="n" href="recovery-config.html" title="O.1. recovery.confファイルをpostgresql.confに統合">次へ</a></td></tr></table><hr /></div><div class="appendix" id="APPENDIX-OBSOLETE"><div class="titlepage"><div><div><h2 class="title">付録O 廃止または名前が変更された機能</h2></div></div></div><div class="toc"><p><strong>目次</strong></p><dl class="toc"><dt><span class="sect1"><a href="recovery-config.html">O.1. <code class="filename">recovery.conf</code>ファイルを<code class="filename">postgresql.conf</code>に統合</a></span></dt><dt><span class="sect1"><a href="default-roles.html">O.2. デフォルトロールの名前を事前定義ロールに変更</a></span></dt><dt><span class="sect1"><a href="pgxlogdump.html">O.3. <code class="command">pg_xlogdump</code>の名前を<code class="command">pg_waldump</code>に変更</a></span></dt><dt><span class="sect1"><a href="app-pgresetxlog.html">O.4. <code class="command">pg_resetxlog</code>の名前を<code class="command">pg_resetwal</code>に変更</a></span></dt><dt><span class="sect1"><a href="app-pgreceivexlog.html">O.5. <code class="command">pg_receivexlog</code>の名前を<code class="command">pg_receivewal</code>に変更</a></span></dt></dl></div><span class="original">
<title>Obsolete or Renamed Features</title>
</span><p>
<span class="original">
Functionality is sometimes removed from PostgreSQL, feature, setting
and file names sometimes change, or documentation moves to different
places. This section directs users coming from old versions of the
documentation or from external links to the appropriate new location
for the information they need.
</span>
PostgreSQLから機能が削除されたり、機能、設定、ファイル名が変更されたり、文書が別の場所に移動したりすることがあります。
この節では、古いバージョンの文書または外部リンクから来たユーザを、必要な情報を得るために適切な新しい場所に誘導します。
</p><span class="original">
This section exists so that people following /current/ links to documentation
don't get a 404 when we move or rename things. And users who find old versions
of the docs in searches or old command names when checking the index can
follow links to the new commands.
Each subsection here should retain the same <chapter>, <appendix> and/or
<sect1> "id" attribute that was used for the relevant documentation before
it was renamed or moved. Do not prepend "obsolete-" or anything, keep it
exactly the same. These ids are used to determine the filenames for generated
HTML docs so changing them will break links.
Each entry should also insert index terms redirecting from the old to new
names. The recommended spelling is
<indexterm><primary>oldname</primary><see>newname</see></indexterm>
We don't bother with attempting to maintain down-version linking, e.g from
pg_waldump to pg_xlogdump. Users of old versions should use old docs. There
is no need to add index terms pointing from the new to old names.
</span><span class="original"> doc/src/sgml/appendix-obsolete-recovery-config.sgml </span><span class="original">
See doc/src/sgml/appendix-obsolete.sgml for why this file exists. Do not change the id attribute.
</span><span class="original"> doc/src/sgml/appendix-obsolete-default-roles.sgml </span><span class="original">
See doc/src/sgml/appendix-obsolete.sgml for why this file exists. Do not change the id attribute.
</span><span class="original"> doc/src/sgml/appendix-obsolete-pgxlogdump.sgml </span><span class="original">
See doc/src/sgml/appendix-obsolete.sgml for why this file exists. Do not change the id attribute.
</span><span class="original"> doc/src/sgml/appendix-obsolete-pgresetxlog.sgml </span><span class="original">
See doc/src/sgml/appendix-obsolete.sgml for why this file exists. Do not change the id attribute.
</span><span class="original"> doc/src/sgml/appendix-obsolete-pgreceivexlog.sgml </span><span class="original">
See doc/src/sgml/appendix-obsolete.sgml for why this file exists. Do not change the id attribute.
</span></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="color-which.html" title="N.2. 色を設定する">前へ</a> </td><td width="20%" align="center"><a accesskey="u" href="appendixes.html" title="パート VIII. 付録">上へ</a></td><td width="40%" align="right"> <a accesskey="n" href="recovery-config.html" title="O.1. recovery.confファイルをpostgresql.confに統合">次へ</a></td></tr><tr><td width="40%" align="left" valign="top">N.2. 色を設定する </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"> O.1. <code class="filename">recovery.conf</code>ファイルを<code class="filename">postgresql.conf</code>に統合</td></tr></table></div></body></html>