Re: How to find the view modified date and time and user name

Поиск
Список
Период
Сортировка
От Muhammad Ikram
Тема Re: How to find the view modified date and time and user name
Дата
Msg-id CAGeimVrREVpW-_cxeZD9F0dmT60HP_bTUp6RHEHgxU3KzDnA1Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to find the view modified date and time and user name  (Rui DeSousa <rui.desousa@icloud.com>)
Ответы Re: How to find the view modified date and time and user name
Список pgsql-admin
Hi M Sarwar,

If you have some dumps of the database in near past, then you may analyze those and note till what time view was in original state (May be narrowing down on things)
As some geek said above, this incident can serve as a lesson learnt and, for future you can configure pgAudit to capture all DDLs or set a log level that captures ddls e.g. log_statement = ddl

Regards,
Muhammad Ikram
Bitnine

On Fri, Jun 7, 2024 at 6:01 PM Rui DeSousa <rui.desousa@icloud.com> wrote:


On Jun 6, 2024, at 11:44 PM, M Sarwar <sarwarmd02@outlook.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.


--
Muhammad Ikram

В списке pgsql-admin по дате отправления:

Предыдущее
От: Rui DeSousa
Дата:
Сообщение: Re: How to find the view modified date and time and user name
Следующее
От: "Wetmore, Matthew (CTR)"
Дата:
Сообщение: RE: [EXTERNAL] Re: How to find the view modified date and time and user name