Re: [GENERAL] Speed of conversion from int to bigint - Mailing list pgsql-general

From George Neuner
Subject Re: [GENERAL] Speed of conversion from int to bigint
Date
Msg-id rqtmsc9qiosfh6014i9jh3bk7ag5788p8f@4ax.com
Whole thread Raw
In response to [GENERAL] Speed of conversion from int to bigint  (Jonathan Moules <jonathan-lists@lightpear.com>)
List pgsql-general
Tomas's suggestion definitely is the better if you're altering the
type of a single column.  If you need to make more extensive changes
to the table structure, copying usually is the better way to go.

George



-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

pgsql-general by date:

Previous
From: George Neuner
Date:
Subject: Re: [GENERAL] Speed of conversion from int to bigint
Next
From: "David G. Johnston"
Date:
Subject: Re: [GENERAL] Catching errors inside a LOOP is causing performance issues