Re: PostgreSQL Database Upgrade

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: PostgreSQL Database Upgrade
Дата
Msg-id 9027bee5-e7a2-5142-9a06-729a205201a6@aklaver.com
обсуждение исходный текст
Ответ на PostgreSQL Database Upgrade  (github kran <githubkran@gmail.com>)
Список pgsql-general
On 12/7/20 8:35 AM, github kran wrote:
> 
> 
> Hello PostgreSQL Team,
> 
> We have recently upgraded the postgreSQL version from V9 to V10.
> 
>   * Is the below command right to update the database statistics after
>     the database upgrade ?.
>   * How do I verify in PG_STATS if the Analyze ran successfully? Does it
>     show any time when the last Analyze successfully completed.? 

See:

https://www.postgresql.org/docs/10/monitoring-stats.html#PG-STAT-ALL-TABLES-VIEW

last_analyze     timestamp with time zone     Last time at which this table 
was manually analyzed

> 
> Command used:
> *ANALYZE VERBOSE;*
> *
> *
> *
> *
> Appreciate your help, thank you !!*
> *
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com



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

Предыдущее
От: github kran
Дата:
Сообщение: PostgreSQL Database Upgrade
Следующее
От: Tony Shelver
Дата:
Сообщение: Re: simple reporting tools for postgres in aws