[GENERAL] does postgres log the create/refresh of a materialized view anywhere? - Mailing list pgsql-general

From Jonathan Vanasco
Subject [GENERAL] does postgres log the create/refresh of a materialized view anywhere?
Date
Msg-id 1150FBD7-2F97-44B8-8CAC-99FD7079CC9F@2xlp.com
Whole thread Raw
Responses Re: [GENERAL] does postgres log the create/refresh of a materializedview anywhere?
List pgsql-general
Is there a way to find out when a materialized view was created/refreshed?  I couldn't find this information anywhere
inthe docs. 

the use-case is that I wish to update a materialized view a few times a day in a clustered environment.  i'd like to
makesure one of the redundant nodes doesn't refresh if needed.  I can log this manually in postgresql if needed, but
washoping there was some "timestamp" on the view in a system table. 

pgsql-general by date:

Previous
From: Ivan Sergio Borgonovo
Date:
Subject: Re: [GENERAL] CRM where pg is a first class citizen?
Next
From: Adrian Klaver
Date:
Subject: Re: [GENERAL] Install doesnt set SuperUser PW