schema rename - is analyze necessary?

Started by Nonameover 19 years ago2 messagesgeneral
Jump to latest
#1Noname
mwrynn@gmail.com

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Noname (#1)
Re: schema rename - is analyze necessary?

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