Taral wrote:
>
> > begin;
> > select * from getting;
> > vacuum;
> > end;
>
> Question: Does the following really make sense?
I'm glad somebody asked this, since I was beginning to wonder if I was missing
something. My vote would be to disable vacuum in a transaction, since it
doesn't make a whole lot of sense anyhow.
--
Nick Bastin
RBB Systems, Inc.
In response to
pgsql-hackers by date
| Next: | From: Thomas G. Lockhart | Date: 1998-10-06 04:40:06 |
| Subject: Re: [HACKERS] Dumping of views -- done! |
| Previous: | From: Thomas G. Lockhart | Date: 1998-10-06 04:35:31 |
| Subject: Re: [HACKERS] select * from ..;vacuum crashes |