On Wed, Sep 10, 2003 at 20:43:25 +0800, Richard Sydney-Smith <[EMAIL PROTECTED]> wrote: > Tried to issue the command "vacum full" both from psql and the sql box in pgadmin > without success. > > How do you use the command? > > select vacum full; > > also does not work
Try using: vacuum full (Note that vacuum has 2 u's.) ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match