Re: Is this safe to perform on PostgreSQL 8.3.7 -> Resize a column in a PostgreSQL table without changing data

Поиск
Список
Период
Сортировка
От Gregg Jaskiewicz
Тема Re: Is this safe to perform on PostgreSQL 8.3.7 -> Resize a column in a PostgreSQL table without changing data
Дата
Msg-id CAJY59_hqOKc8_yof0cMGFrDGUQ0LbtOtWCXUTS1_TNgyZB60-Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Is this safe to perform on PostgreSQL 8.3.7 -> Resize a column in a PostgreSQL table without changing data  (Scott Marlowe <scott.marlowe@gmail.com>)
Ответы Re: Is this safe to perform on PostgreSQL 8.3.7 -> Resize a column in a PostgreSQL table without changing data  (Reid Thompson <Reid.Thompson@ateb.com>)
Список pgsql-general
for the future it is better to just use text type, and: check
length(field) < 35;

В списке pgsql-general по дате отправления:

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: are there any methods to disable updating index before inserting large number tuples?
Следующее
От: khizer
Дата:
Сообщение: pg_standby for postgresql8.2