RE: [HACKERS] common area

Michael Meskes <meskes@topsystem.de>

From: "Meskes, Michael" <meskes@topsystem.de>
To: "'Vadim B. Mikheev'" <vadim@sable.krasnoyarsk.su>, Michael Meskes <meskes@topsystem.de>
Cc: Bruce Momjian <maillist@candle.pha.pa.us>, PostgreSQL Hacker <pgsql-hackers@postgreSQL.org>
Date: 1998-02-27T16:04:15Z
Lists: pgsql-hackers
It does. I had some problems with my database. After re-creating it it
worked fine.

Michael

--
Dr. Michael Meskes, Project-Manager    | topsystem Systemhaus GmbH
meskes@topsystem.de                    | Europark A2, Adenauerstr. 20
meskes@debian.org                      | 52146 Wuerselen
Go SF49ers! Go Rhein Fire!             | Tel: (+49) 2405/4670-44
Use Debian GNU/Linux!                  | Fax: (+49) 2405/4670-10

> -----Original Message-----
> From:	Vadim B. Mikheev [SMTP:vadim@sable.krasnoyarsk.su]
> Sent:	Friday, February 27, 1998 5:11 PM
> To:	Michael Meskes
> Cc:	Bruce Momjian; PostgreSQL Hacker
> Subject:	Re: [HACKERS] common area
> 
> Michael Meskes wrote:
> > 
> > Bruce Momjian writes:
> > > This seems strange.  Is a vacuum being done so the optimizer knows
> how
> > > large each table is?
> > 
> > No. The problem is how to send a vacuum from ecpg. I do not know
> enough
> > about libpq to know the command. And just sending it via PQexec
> doesn't work.
> 
> ^^^^^^^^^^^^^^^^^^^
> Should work! 
> 
> Vadim