pg_rules
#
The view <structname>pg_rules</structname> provides access to
useful information about query rewrite rules.
pg_rules
ビューは問い合わせ書き換えルールについての有用な情報へのアクセスを提供します。
表52.21 pg_rules
の列
Column Type 列 型 Description 説明 |
---|
Name of schema containing table テーブルがあるスキーマの名前 |
Name of table the rule is for ルールの対象のテーブル名 |
Name of rule ルール名 |
Rule definition (a reconstructed creation command) ルール定義(再構築された生成コマンド) |
The <structname>pg_rules</structname> view excludes the <literal>ON SELECT</literal> rules
of views and materialized views; those can be seen in
<link linkend="view-pg-views"><structname>pg_views</structname></link> and <link linkend="view-pg-matviews"><structname>pg_matviews</structname></link>.
pg_rules
ビューは、ビューおよびマテリアライズドビューに対するON SELECT
ルールを除外します。
これらはpg_views
およびpg_matviews
にあります。