vacuum problem - Mailing list pgsql-hackers

From Patrick Welche,SCC,ext.35710,
Subject vacuum problem
Date
Msg-id E126JUq-0000RI-00@quartz.newn.cam.ac.uk
Whole thread Raw
List pgsql-hackers
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


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Enhancing PGSQL to be compatible with InformixSQL
Next
From: Ed Loehr
Date:
Subject: Re: [HACKERS] New Search Engine ... UdmSearch