From 6eb9c5a5657d1fe77b55cc261450f3538d35a94d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:19:15 +0200 Subject: Adding upstream version 13.4. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/view-pg-rules.html | 37 ++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 doc/src/sgml/html/view-pg-rules.html (limited to 'doc/src/sgml/html/view-pg-rules.html') diff --git a/doc/src/sgml/html/view-pg-rules.html b/doc/src/sgml/html/view-pg-rules.html new file mode 100644 index 0000000..0bad625 --- /dev/null +++ b/doc/src/sgml/html/view-pg-rules.html @@ -0,0 +1,37 @@ + +51.82. pg_rules

51.82. pg_rules

+ The view pg_rules provides access to + useful information about query rewrite rules. +

Table 51.83. pg_rules Columns

+ Column Type +

+

+ Description +

+ schemaname name + (references pg_namespace.nspname) +

+

+ Name of schema containing table +

+ tablename name + (references pg_class.relname) +

+

+ Name of table the rule is for +

+ rulename name + (references pg_rewrite.rulename) +

+

+ Name of rule +

+ definition text +

+

+ Rule definition (a reconstructed creation command) +


+ The pg_rules view excludes the ON SELECT rules + of views and materialized views; those can be seen in + pg_views and pg_matviews. +

\ No newline at end of file -- cgit v1.2.3