Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
52.21. pg_rules
Prev UpChapter 52. System ViewsHome Next

52.21. pg_rules#

The viewpg_rules provides access to useful information about query rewrite rules.

Table 52.21. pg_rules Columns

Column Type

Description

schemanamename (referencespg_namespace.nspname)

Name of schema containing table

tablenamename (referencespg_class.relname)

Name of table the rule is for

rulenamename (referencespg_rewrite.rulename)

Name of rule

definitiontext

Rule definition (a reconstructed creation command)


Thepg_rules view excludes theON SELECT rules of views and materialized views; those can be seen inpg_views andpg_matviews.


Prev Up Next
52.20. pg_roles Home 52.22. pg_seclabels
pdfepub
Go to PostgreSQL 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp