RE: [HACKERS] select * from ..;vacuum crashes

From: "Taral" <taral(at)mail(dot)utexas(dot)edu>
To: <t-ishii(at)sra(dot)co(dot)jp>, <pgsql-hackers(at)postgreSQL(dot)org>
Subject: RE: [HACKERS] select * from ..;vacuum crashes
Date: 1998-10-06 04:13:24
Message-ID: 000001bdf0df$a94cd540$3b291f0a@taral
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> begin;
> select * from getting;
> vacuum;
> end;

Question: Does the following really make sense?

begin transaction;
select * from table;
vacuum;
abort transaction;

Taral

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 1998-10-06 04:14:05 Re: [HACKERS] select * from ..;vacuum crashes
Previous Message Gene Selkov Jr. 1998-10-06 04:11:30 Re: [ADMIN] COPY slows down; is it normal?