Re: [HACKERS] Re: vacuum analyze syntax in psql' help
Vadim B. Mikheev <vadim@sable.krasnoyarsk.su>
From: "Vadim B. Mikheev" <vadim@sable.krasnoyarsk.su>
To: Bruce Momjian <maillist@candle.pha.pa.us>
Cc: hackers@postgreSQL.org
Date: 1998-02-03T05:11:03Z
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