PostgreSQL Database Upgrade

From: github kran <githubkran(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: PostgreSQL Database Upgrade
Date: 2020-12-07 16:35:24
Message-ID: CACaZr5QASoOPK7dyMCQAXZd5ZyoW5K3O4VrVW1y0zcrDXSxKfg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.?

Command used:
*ANALYZE VERBOSE;*

Appreciate your help, thank you !!

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2020-12-07 16:51:12 Re: PostgreSQL Database Upgrade
Previous Message Adrian Klaver 2020-12-07 16:32:57 Re: PL/java