Re: [GENERAL] identifying performance hits: how to ???

From: tayers(at)bridge(dot)com
To: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] identifying performance hits: how to ???
Date: 2000-01-12 18:09:08
Message-ID: 200001121809.NAA05995@mnmailhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Jim,

>>>>> "J" == Jim Mercer <jim(at)reptiles(dot)org> writes:
J> i suspect i've got the syntax wrong or something:

Good suspicion.

J> nagoss=> \h vacuum
J> Command: vacuum
J> Description: vacuum the database, i.e. cleans out deleted records, updates statistics
J> Syntax:
J> VACUUM [VERBOSE] [ANALYZE] [table]
J> or
J> VACUUM [VERBOSE] ANALYZE [table [(attr1, ...attrN)]];

J> what is the correct syntax for doing a vacuum analyse?

The correct syntax as shown in the help message is
'vacuum analyze'. Notice the alternative spelling of analyse with a
'z' not an 's'.

Hope you have a very nice day, :-)
Tim Ayers (tayers(at)bridge(dot)com)
Norman, Oklahoma

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sarah Officer 2000-01-12 18:28:26 Re: [GENERAL] Simulating an outer join
Previous Message The Hermit Hacker 2000-01-12 18:00:17 Re: [GENERAL] identifying performance hits: how to ???