This is a discussion on schema rename - is analyze necessary? within the Pgsql General forums, part of the PostgreSQL category; --> Hello, I just have a simple question. If I rename a schema, do I need to re-analyze the schema ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |