Difference between revisions of "CREATE VIEW"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by one other user not shown)
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==
Line 8: Line 11:
  
 
==See also==
 
==See also==
*{{PostgrSQL}}
+
* {{PostgreSQL}}
  
 
[[Category:Datebase]]
 
[[Category:Datebase]]

Latest revision as of 11:29, 8 February 2023

Advertising: