Difference between revisions of "PostgreSQL Materialized Views"

From wikieduonline
Jump to navigation Jump to search
(Created page with "* https://www.postgresql.org/docs/current/rules-materializedviews.html {{PostgreSQL}}")
 
 
(8 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
  
 +
* [[Timescale Continuous Aggregates]]
  
{{PostgreSQL}}
+
== Errors ==
 +
* <code>ERROR: [[must be owner of materialized view]] your_view_name ([[SQLSTATE]]=[[42501]])</code>
 +
[[ALTER MATERIALIZED VIEW]] xxxx.yyyyyy [[OWNER]] to YourUser;
 +
 
 +
== Related ==
 +
* [[Schema]]
 +
 
 +
== See also ==
 +
* {{Views}}
 +
* {{PostgreSQL}}
 +
 
 +
[[Category:PostgreSQL]]

Latest revision as of 08:55, 7 August 2024

Advertising: