Re: analyze anomalie
| От | Tom Lane |
|---|---|
| Тема | Re: analyze anomalie |
| Дата | |
| Msg-id | 11825.1246285774@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | analyze anomalie (Uwe Bartels <uwe.bartels@gmail.com>) |
| Ответы |
Re: analyze anomalie
|
| Список | pgsql-admin |
Uwe Bartels <uwe.bartels@gmail.com> writes:
> today i found an anomalie running
> analyze verbose <table>
> the output was simply "ANALYZE", which tells me that analyze was running
> successfully. but there was no verbose output. and in the statistics table
> was no updated last_analyze column.
Perhaps you didn't have permission to analyze the table, and had
client_min_messages set too high to see the resulting WARNING?
It would have done something like this:
regression=> analyze verbose tenk1;
WARNING: skipping "tenk1" --- only table or database owner can analyze it
ANALYZE
but if the WARNING got suppressed it would match what you stated.
regards, tom lane
В списке pgsql-admin по дате отправления: