Difference between revisions of "CREATE VIEW"

From wikieduonline
Jump to navigation Jump to search
 
Line 1: Line 1:
 
https://dba.stackexchange.com/questions/144197/postgresql-use-new-in-query-for-instead-of-trigger
 
https://dba.stackexchange.com/questions/144197/postgresql-use-new-in-query-for-instead-of-trigger
*<code>[[TRIGGER]]</code>
+
* <code>[[TRIGGER]]</code>
 +
 
 +
 
 +
CREATE VIEW prometheus.pg_stat_replication
 +
AS
 +
  SELECT * FROM prometheus.f_select_pg_stat_replication();
  
 
==Related terms==
 
==Related terms==

Latest revision as of 11:29, 8 February 2023

Advertising: