vacuum problem

From: "Patrick Welche,SCC,ext(dot)35710," <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
To: pgsql-hackers(at)postgresql(dot)org
Subject: vacuum problem
Date: 2000-01-06 20:27:00
Message-ID: E126JUq-0000RI-00@quartz.newn.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Ed Loehr 2000-01-06 20:30:39 Re: [HACKERS] New Search Engine ... UdmSearch
Previous Message Bruce Momjian 2000-01-06 19:17:17 Re: [HACKERS] Enhancing PGSQL to be compatible with InformixSQL