-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog-pg-publication.html
More file actions
12 lines (12 loc) · 5.54 KB
/
catalog-pg-publication.html
File metadata and controls
12 lines (12 loc) · 5.54 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.40. pg_publication</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-proc.html" title="51.39. pg_proc" /><link rel="next" href="catalog-pg-publication-rel.html" title="51.41. pg_publication_rel" /><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.html">誤訳等の報告
</a></div></td></tr><tr><td width="10%" align="left"><a accesskey="p" href="catalog-pg-proc.html" title="51.39. pg_proc">前へ</a> </td><td width="10%" align="left"><a accesskey="u" href="catalogs.html" title="第51章 システムカタログ">上へ</a></td><td width="60%" align="center">51.40. <code class="structname">pg_publication</code></td><td width="20%" align="right"> <a accesskey="n" href="catalog-pg-publication-rel.html" title="51.41. pg_publication_rel">次へ</a></td></tr></table><hr /></div><div class="sect1" id="CATALOG-PG-PUBLICATION"><div class="titlepage"><div><div><h2 class="title" style="clear: both">51.40. <code class="structname">pg_publication</code></h2></div></div></div><a id="id-1.10.4.42.2" class="indexterm"></a><p><span class="original">
The catalog <structname>pg_publication</structname> contains all
publications created in the database. For more on publications see
<xref linkend="logical-replication-publication">.
</span>カタログ<code class="structname">pg_publication</code>には、データベース内に作成されたすべてのパブリケーションが含まれます。
パブリケーションについての詳細は<a class="xref" href="logical-replication-publication.html" title="31.1. パブリケーション">31.1</a>を参照してください。
</p><div class="table" id="id-1.10.4.42.4"><p class="title"><strong>表51.40 <code class="structname">pg_publication</code>の列</strong></p><div class="table-contents"><span class="original">
<title><structname>pg_publication</structname> Columns</title>
</span><table class="table" summary="pg_publicationの列" 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">oid</code></td><td><code class="type">oid</code></td><td> </td><td>行識別子(隠し属性です。明示的に選択しなければなりません)</td></tr><tr><td><code class="structfield">pubname</code></td><td><code class="type">name</code></td><td> </td><td>パブリケーションの名前</td></tr><tr><td><code class="structfield">pubowner</code></td><td><code class="type">oid</code></td><td><code class="literal"><a class="link" href="catalog-pg-authid.html" title="51.8. pg_authid"><code class="structname">pg_authid</code></a>.oid</code></td><td>パブリケーションの所有者</td></tr><tr><td><code class="structfield">puballtables</code></td><td><code class="type">bool</code></td><td> </td><td>真の場合、このパブリケーションは、将来作成されるテーブルを含め、データベース内の全テーブルを自動的に含みます。
</td></tr><tr><td><code class="structfield">pubinsert</code></td><td><code class="type">bool</code></td><td> </td><td>真の場合、パブリケーション内のテーブルに対する<code class="command">INSERT</code>は複製されます。</td></tr><tr><td><code class="structfield">pubupdate</code></td><td><code class="type">bool</code></td><td> </td><td>真の場合、パブリケーション内のテーブルに対する<code class="command">UPDATE</code>は複製されます。</td></tr><tr><td><code class="structfield">pubdelete</code></td><td><code class="type">bool</code></td><td> </td><td>真の場合、パブリケーション内のテーブルに対する<code class="command">DELETE</code>は複製されます。</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-proc.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-publication-rel.html">次へ</a></td></tr><tr><td width="40%" align="left" valign="top">51.39. <code class="structname">pg_proc</code> </td><td width="20%" align="center"><a accesskey="h" href="index.html">ホーム</a></td><td width="40%" align="right" valign="top"> 51.41. <code class="structname">pg_publication_rel</code></td></tr></table></div></body></html>