Re: [HACKERS] Re: vacuum analyze syntax in psql' help

From: "Vadim B(dot) Mikheev" <vadim(at)sable(dot)krasnoyarsk(dot)su>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Re: vacuum analyze syntax in psql' help
Date: 1998-02-03 05:11:03
Message-ID: 34D6A6E7.593B511F@sable.krasnoyarsk.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-02-03 08:10:36 Re: [HACKERS] (: JDBC+(Sun ~3:pm MST) CVS :) -also question about regression tests
Previous Message Vadim B. Mikheev 1998-02-03 05:09:27 Re: [HACKERS] VACUUM ANALYZE Problem