On Thu, 03 Oct 2002 21:47:03 +0530, "Shridhar Daithankar"
<[EMAIL PROTECTED]> wrote:
>I believe that was vacuum analyze only.

Well there is

        VACUUM [tablename]; 

and there is

        ANALYZE [tablename];

And

        VACUUM ANALYZE [tablename];

is VACUUM followed by ANALYZE.

Servus
 Manfred

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to