Difference between revisions of "CREATE VIEW"

From wikieduonline
Jump to navigation Jump to search
 
(4 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>
  
  
[[TRIGGER]]
+
CREATE VIEW prometheus.pg_stat_replication
 +
AS
 +
  SELECT * FROM prometheus.f_select_pg_stat_replication();
 +
 
 +
==Related terms==
 +
*<code>[[CREATE TRIGGER]]</code>
 +
 
 +
==See also==
 +
* {{PostgreSQL}}
 +
 
 +
[[Category:Datebase]]

Latest revision as of 11:29, 8 February 2023

Advertising: