From 293913568e6a7a86fd1479e1cff8e2ecb58d6568 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 15:44:03 +0200 Subject: Adding upstream version 16.2. 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..fddd88e --- /dev/null +++ b/doc/src/sgml/html/view-pg-rules.html @@ -0,0 +1,37 @@ + +54.21. pg_rules

54.21. pg_rules #

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

Table 54.21. 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