From 311bcfc6b3acdd6fd152798c7f287ddf74fa2a98 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 16 Apr 2024 21:46:48 +0200 Subject: Adding upstream version 15.4. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/view-pg-views.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 doc/src/sgml/html/view-pg-views.html (limited to 'doc/src/sgml/html/view-pg-views.html') diff --git a/doc/src/sgml/html/view-pg-views.html b/doc/src/sgml/html/view-pg-views.html new file mode 100644 index 0000000..f4e07af --- /dev/null +++ b/doc/src/sgml/html/view-pg-views.html @@ -0,0 +1,33 @@ + +54.35. pg_views

54.35. pg_views

+ The view pg_views provides access to + useful information about each view in the database. +

Table 54.35. pg_views Columns

+ Column Type +

+

+ Description +

+ schemaname name + (references pg_namespace.nspname) +

+

+ Name of schema containing view +

+ viewname name + (references pg_class.relname) +

+

+ Name of view +

+ viewowner name + (references pg_authid.rolname) +

+

+ Name of view's owner +

+ definition text +

+

+ View definition (a reconstructed SELECT query) +


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