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

Поиск
Список
Период
Сортировка
От M Sarwar
Тема RE: How to find the view modified date and time and user name
Дата
Msg-id DM4PR19MB59784FB83F91A5B95ACB3CE3D3FA2@DM4PR19MB5978.namprd19.prod.outlook.com
обсуждение исходный текст
Ответ на How to find the view modified date and time and user name  (M Sarwar <sarwarmd02@outlook.com>)
Ответы Re: How to find the view modified date and time and user name
Список pgsql-admin

Some additional information:-

select relfilenode from pg_class where relname = 'vw_tab_mcm_net_temp_yield';

 

is giving the following output

0

0





-------- Original message --------
From: M Sarwar <sarwarmd02@outlook.com>
Date: 6/6/24 5:06 PM (GMT-05:00)
To: pgsql-admin@lists.postgresql.org
Subject: How to find the view modified date and time and user name


Hello,
Today in our environment, we noticed that view is altered by someone.
We want to know the date, time and modified user name.

Our environment :
1. aws / rds
2. Postgress 13.5
3. database with default configuration is running

We have not enabled any additional audit, security on top of default configuration.

I have check led aws / rds / Instance / database / logs and events / log / all today's logs

and could not find any evidence.

Any hint / help will be greatly appreciated.
Sarwar



Sent from my Galaxy

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

Предыдущее
От: M Sarwar
Дата:
Сообщение: How to find the view modified date and time and user name
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: How to find the view modified date and time and user name