Re: PostgreSQL Database Upgrade

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: github kran <githubkran(at)gmail(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL Database Upgrade
Date: 2020-12-07 16:51:12
Message-ID: 9027bee5-e7a2-5142-9a06-729a205201a6@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tony Shelver 2020-12-07 18:08:34 Re: simple reporting tools for postgres in aws
Previous Message github kran 2020-12-07 16:35:24 PostgreSQL Database Upgrade