| From: | Rui DeSousa <rui(dot)desousa(at)icloud(dot)com> |
|---|---|
| To: | M Sarwar <sarwarmd02(at)outlook(dot)com> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Ron Johnson <ronljohnsonjr(at)gmail(dot)com>, "pgsql-admin(at)lists(dot)postgresql(dot)org" <pgsql-admin(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: How to find the view modified date and time and user name |
| Date: | 2024-06-07 13:01:25 |
| Message-ID: | 7E9625EA-4492-4D5F-9BDB-853EF7ABC269@icloud.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
> On Jun 6, 2024, at 11:44 PM, M Sarwar <sarwarmd02(at)outlook(dot)com> wrote:
>
> Hi Tom,
> I do not have DDL logs.
> Are you saying that I should have manually maintain it or are you referring to any existing logs on the database side?
> This is taken very seriously by our architect. This guy behaves like everything like auditor, Project Manager or whatever we can think of. 🙂
> Thanks,
> Sarwar
>
A simple solution I used was to do a schema only dump daily and check in any changes into a git repo via a cronjob Then the repo will track schema changes.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Muhammad Ikram | 2024-06-07 15:35:47 | Re: How to find the view modified date and time and user name |
| Previous Message | Ron Johnson | 2024-06-07 04:29:20 | Re: How to find the view modified date and time and user name |