-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog-pg-replication-origin.html
More file actions
12 lines (12 loc) · 4.32 KB
/
Copy pathcatalog-pg-replication-origin.html
File metadata and controls
12 lines (12 loc) · 4.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
<?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>51.43. pg_replication_origin</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /><link rel="prev" href="catalog-pg-range.html" title="51.42. pg_range" /><link rel="next" href="catalog-pg-rewrite.html" title="51.44. pg_rewrite" /><meta name="viewport" content="width=device-width,initial-scale=1.0" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="4" align="center"><a accesskey="h" href="index.html">PostgreSQL 10.5文書</a></th></tr><tr><td width="10%" align="left"></td><td width="10%" align="left"></td><td width="60%" align="center"><a href="catalogs.html" title="第51章 システムカタログ">第51章 システムカタログ</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?title=version 10.5 catalog-pg-replication-origin.html">誤訳等の報告
</a></div></td></tr><tr><td width="10%" align="left"><a accesskey="p" href="catalog-pg-range.html" title="51.42. pg_range">前へ</a> </td><td width="10%" align="left"><a accesskey="u" href="catalogs.html" title="第51章 システムカタログ">上へ</a></td><td width="60%" align="center">51.43. <code class="structname">pg_replication_origin</code></td><td width="20%" align="right"> <a accesskey="n" href="catalog-pg-rewrite.html" title="51.44. pg_rewrite">次へ</a></td></tr></table><hr /></div><div class="sect1" id="CATALOG-PG-REPLICATION-ORIGIN"><div class="titlepage"><div><div><h2 class="title" style="clear: both">51.43. <code class="structname">pg_replication_origin</code></h2></div></div></div><a id="id-1.10.4.45.2" class="indexterm"></a><p><span class="original">
The <structname>pg_replication_origin</structname> catalog contains
all replication origins created. For more on replication origins
see <xref linkend="replication-origins">.
</span><code class="structname">pg_replication_origin</code>カタログは、作成されたすべてのレプリケーション起点を含んでいます。
レプリケーション起点についての詳細は<a class="xref" href="replication-origins.html" title="第49章 レプリケーション進捗の追跡">第49章</a>を参照してください。
</p><div class="table" id="id-1.10.4.45.4"><p class="title"><strong>表51.43 <code class="structname">pg_replication_origin</code>の列</strong></p><div class="table-contents"><span class="original">
<title><structname>pg_replication_origin</structname> Columns</title>
</span><table class="table" summary="pg_replication_originの列" border="1"><colgroup><col /><col /><col /><col /></colgroup><thead><tr><th>名前</th><th>型</th><th>参照先</th><th>説明</th></tr></thead><tbody><tr><td><code class="structfield">roident</code></td><td><code class="type">Oid</code></td><td> </td><td>クラスタ全体で一意なレプリケーション起点の識別子。
システムから除かれてはいけません。</td></tr><tr><td><code class="structfield">roname</code></td><td><code class="type">text</code></td><td> </td><td>レプリケーション起点のユーザ定義の外部名</td></tr></tbody></table></div></div><br class="table-break" /></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="catalog-pg-range.html">前へ</a> </td><td width="20%" align="center"><a accesskey="u" href="catalogs.html">上へ</a></td><td width="40%" align="right"> <a accesskey="n" href="catalog-pg-rewrite.html">次へ</a></td></tr><tr><td width="40%" align="left" valign="top">51.42. <code class="structname">pg_range</code> </td><td width="20%" align="center"><a accesskey="h" href="index.html">ホーム</a></td><td width="40%" align="right" valign="top"> 51.44. <code class="structname">pg_rewrite</code></td></tr></table></div></body></html>