PostgreSQL pg_publication

2021-09-14 11:36 更新

目錄pg_publication包含數(shù)據(jù)庫中創(chuàng)建的所有publication。更多關(guān)于publication的內(nèi)容請見第 30.1 節(jié)。

表 51.39. pg_publication Columns

列類型

描述

oid oid

行標(biāo)識符

pubname name

publication的名稱

pubowner oid (references pg_authid.oid)

publication的擁有者

puballtables bool

如果為真,這個publication自動包括數(shù)據(jù)庫中的所有表,包括未來將會創(chuàng)建的任何表。

pubinsert bool

如果為真,為publication中的表復(fù)制INSERT操作。

pubupdate bool

如果為真,為publication中的表復(fù)制UPDATE操作。

pubdelete bool

如果為真,為publication中的表復(fù)制DELETE操作。

pubtruncate bool

如果為真,為publication中的表復(fù)制TRUNCATE操作。

pubviaroot bool

如果為真,則使用publication中提及的頂端分區(qū)祖先的標(biāo)識和模式復(fù)制葉分區(qū)上的操作,而不是復(fù)制其自己的(標(biāo)識和模式)。



以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號