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 !!