Re: R: Field's position in Table

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: John R Pierce <pierce(at)hogranch(dot)com>
Cc: Adam Rich <adam(dot)r(at)sbcglobal(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: R: Field's position in Table
Date: 2009-08-24 20:39:57
Message-ID: 20090824203957.GK5962@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

John R Pierce wrote:

> otoh, reordering the fields in a table would likely require a global
> exclusive access lock on the table for the duration of the
> operation, which for a large table could be substantial.

Obviously you haven't read the previous proposal on how to handle it.
It doesn't require rewriting the whole table.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bayless Kirtley 2009-08-25 00:34:17 Re: R: Field's position in Table
Previous Message Sergey Samokhin 2009-08-24 20:36:49 Re: How to simulate crashes of PostgreSQL?