Re: [GENERAL] Speed of conversion from int to bigint

Поиск
Список
Период
Сортировка
От George Neuner
Тема Re: [GENERAL] Speed of conversion from int to bigint
Дата
Msg-id rqtmsc9qiosfh6014i9jh3bk7ag5788p8f@4ax.com
обсуждение исходный текст
Ответ на [GENERAL] Speed of conversion from int to bigint  (Jonathan Moules <jonathan-lists@lightpear.com>)
Список 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 по дате отправления:

Предыдущее
От: George Neuner
Дата:
Сообщение: Re: [GENERAL] Speed of conversion from int to bigint
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: [GENERAL] Catching errors inside a LOOP is causing performance issues