Re: Updated ALTER TABLE ... SET TABLESPACE patch

From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Updated ALTER TABLE ... SET TABLESPACE patch
Date: 2004-06-30 23:04:35
Message-ID: 1088636674.3266.10213.camel@stromboli
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Wed, 2004-06-30 at 22:29, Gavin Sherry wrote:
> On Thu, 1 Jul 2004, Gavin Sherry wrote:

> Oh, and it doesn't handle WAL. Tom mentioned/agreed that btree's method of
> dumping whole pages into WAL would be the best/most efficient way to
> journaling this and that the btree code should be generalised. I haven't
> had time to look at this yet.
>

Not sure whether it is really desirable that it does. Could be some damn
big tablespaces moved and do we really want all of that in the log?

I think we can leave it for now, maybe add a "dont log" option later,
and then change the default to logging.

Best Regards, Simon Riggs

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2004-07-01 00:00:56 Re: latest plperl
Previous Message Simon Riggs 2004-06-30 22:54:34 Re: PITR Archive Recovery