schema Cleanning

Поиск
Список
Период
Сортировка
От salah jubeh
Тема schema Cleanning
Дата
Msg-id 299328.3682.qm@web52703.mail.re2.yahoo.com
обсуждение исходный текст
Ответы Re: schema Cleanning  (salah jubeh <s_jubeh@yahoo.com>)
Список pgsql-general
Hello,

I am trying to drop deprecated tables, views, procedures from an existing database, I am checking the pg_stat_user_tables view to check if the tables are accessed recently also to check live tuples. For deprecated views and procedures, I am wondering How can I do that, for example suppose the table is used and there is a view defined using this table but no one is using it. Is there is away to check the views statistics.

Regards 


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

Предыдущее
От: Norberto Delle
Дата:
Сообщение: Continuous recovery stopping
Следующее
От: Geoffrey Myers
Дата:
Сообщение: Re: disable triggers using psql