Re: [HACKERS] Re: vacuum analyze syntax in psql' help - Mailing list pgsql-hackers

From Vadim B. Mikheev
Subject Re: [HACKERS] Re: vacuum analyze syntax in psql' help
Date
Msg-id 34D6A6E7.593B511F@sable.krasnoyarsk.su
Whole thread Raw
In response to Re: vacuum analyze syntax in psql' help  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian wrote:
>
> > vac=> vacuum x (y);
> > PQexec() -- Request was sent to backend, but backend closed the channel before responding.
> >         This probably means the backend terminated abnormally before or while processing the request.

Will you fix this ?

> >
> > How about the next:
> >
> > Syntax:
> > vacuum [verbose] [analyze] [table]
> >         or
> > vacuum [verbose] analyze table (attr1, ... attrN);

And this ?

Vadim

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: vacuum analyze syntax in psql' help
Next
From: "Vadim B. Mikheev"
Date:
Subject: Re: [HACKERS] VACUUM ANALYZE Problem