Thread: schema rename - is analyze necessary?

schema rename - is analyze necessary?

From
mwrynn@gmail.com
Date:
Hello, I just have a simple question. If I rename a schema, do I need
to re-analyze the schema to refresh statistics, or are the stats
unaffected by the rename?

Thank you,
Mark


Re: schema rename - is analyze necessary?

From
Tom Lane
Date:
mwrynn@gmail.com writes:
> Hello, I just have a simple question. If I rename a schema, do I need
> to re-analyze the schema to refresh statistics,

Nope ... and not table or column rename either.

            regards, tom lane