Re: alter column type - Mailing list pgsql-general

From Casey Deccio
Subject Re: alter column type
Date
Msg-id CAEKtLiSZaPKtkxgtr7-PqT-VzjMSgnvMPZeGQbVrJ1LaeGStWA@mail.gmail.com
Whole thread Raw
In response to Re: alter column type  (Michael Nolan <htfoot@gmail.com>)
Responses Re: alter column type  (John R Pierce <pierce@hogranch.com>)
List pgsql-general
On Fri, Jun 5, 2015 at 2:36 PM, Michael Nolan <htfoot@gmail.com> wrote:

Probably too late for this time, but in the past when I've needed to redefine the type for a column, I've made a dump, edited the dump file to change the type and then renamed the table and reloaded it.  That's usually several orders of magnitude faster.

Actually, not too late.  My first ALTER is still running, and I still have four more to go.  Sigh.  I had thought of this but wasn't sure how it might compare.  Thanks for the data point :)

Casey

pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: 9.4.1 -> 9.4.2 problem: could not access status of transaction 1
Next
From: John R Pierce
Date:
Subject: Re: alter column type