Обсуждение: vacuum problem

Поиск
Список
Период
Сортировка

vacuum problem

От
"Patrick Welche,SCC,ext.35710,"
Дата:
This oddity became apparent during the numeric test:

test=> create table atable (an int, some text);
CREATE
test=> \d atable    Table "atable"Attribute | Type | Extra 
-----------+------+-------an        | int4 | some      | text | 

test=> vacuum analyze atable;
NOTICE:  Vacuum: table not found
VACUUM

>From today's cvs. Have I missed something?

Cheers,

Patrick