Re: ALTER INDEX set fillfactor

From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: Dave Page <dpage(at)postgresql(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: ALTER INDEX set fillfactor
Date: 2007-10-06 17:53:15
Message-ID: 1191693195.4223.476.camel@ebony.site
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Sat, 2007-10-06 at 17:45 +0100, Dave Page wrote:

> CIC can't be run in a transaction block, so how do we queue up the
> drop & rename to run after it completes?

> Given the changes to VACUUM & CREATE DATABASE/TABLESPACE in 8.3 I
> would imagine it won't run in a multi-statement query either now.

Sounds like we need the ability to run multiple commands one after the
other before we do that. Shame we lost the multi-stmt query, but it was
correct to do that.

--
Simon Riggs
2ndQuadrant http://www.2ndQuadrant.com

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2007-10-08 08:46:07 Finnish translation updates
Previous Message Dave Page 2007-10-06 16:45:52 Re: ALTER INDEX set fillfactor