-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog-pg-publication-rel.html
More file actions
13 lines (13 loc) · 4.65 KB
/
catalog-pg-publication-rel.html
File metadata and controls
13 lines (13 loc) · 4.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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.41. pg_publication_rel</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-publication.html" title="51.40. pg_publication" /><link rel="next" href="catalog-pg-range.html" title="51.42. pg_range" /><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-publication-rel.html">誤訳等の報告
</a></div></td></tr><tr><td width="10%" align="left"><a accesskey="p" href="catalog-pg-publication.html" title="51.40. pg_publication">前へ</a> </td><td width="10%" align="left"><a accesskey="u" href="catalogs.html" title="第51章 システムカタログ">上へ</a></td><td width="60%" align="center">51.41. <code class="structname">pg_publication_rel</code></td><td width="20%" align="right"> <a accesskey="n" href="catalog-pg-range.html" title="51.42. pg_range">次へ</a></td></tr></table><hr /></div><div class="sect1" id="CATALOG-PG-PUBLICATION-REL"><div class="titlepage"><div><div><h2 class="title" style="clear: both">51.41. <code class="structname">pg_publication_rel</code></h2></div></div></div><a id="id-1.10.4.43.2" class="indexterm"></a><p><span class="original">
The catalog <structname>pg_publication_rel</structname> contains the
mapping between relations and publications in the database. This is a
many-to-many mapping. See also <xref linkend="view-pg-publication-tables">
for a more user-friendly view of this information.
</span>カタログ<code class="structname">pg_publication_rel</code>にはデータベース内のリレーションとパブリケーションのマッピングが含まれます。
これは多対多のマッピングです。
この情報のよりユーザフレンドリなビューについては<a class="xref" href="view-pg-publication-tables.html" title="51.78. pg_publication_tables">51.78</a>を参照してください。
</p><div class="table" id="id-1.10.4.43.4"><p class="title"><strong>表51.41 <code class="structname">pg_publication_rel</code>の列</strong></p><div class="table-contents"><span class="original">
<title><structname>pg_publication_rel</structname> Columns</title>
</span><table class="table" summary="pg_publication_relの列" 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">prpubid</code></td><td><code class="type">oid</code></td><td><code class="literal"><a class="link" href="catalog-pg-publication.html" title="51.40. pg_publication"><code class="structname">pg_publication</code></a>.oid</code></td><td>パブリケーションの参照</td></tr><tr><td><code class="structfield">prrelid</code></td><td><code class="type">oid</code></td><td><code class="literal"><a class="link" href="catalog-pg-class.html" title="51.11. pg_class"><code class="structname">pg_class</code></a>.oid</code></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-publication.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-range.html">次へ</a></td></tr><tr><td width="40%" align="left" valign="top">51.40. <code class="structname">pg_publication</code> </td><td width="20%" align="center"><a accesskey="h" href="index.html">ホーム</a></td><td width="40%" align="right" valign="top"> 51.42. <code class="structname">pg_range</code></td></tr></table></div></body></html>