Re: ALTER TABLE ... REPLACE WITH - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: ALTER TABLE ... REPLACE WITH
Date
Msg-id 1292428024.1193.236.camel@ebony
Whole thread Raw
In response to Re: ALTER TABLE ... REPLACE WITH  (David Christensen <david@endpoint.com>)
List pgsql-hackers
On Wed, 2010-12-15 at 07:43 -0600, David Christensen wrote:

> Are there any considerations with toast tables and the inline line pointers for toasted tuples?

Toast tables would be swapped as well. Toast pointers are only
applicable within a relfilenode, so we could not do otherwise.

-- Simon Riggs           http://www.2ndQuadrant.com/books/PostgreSQL Development, 24x7 Support, Training and Services



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: CommitFest wrap-up
Next
From: Simon Riggs
Date:
Subject: Re: ALTER TABLE ... REPLACE WITH