Re: Replacing all CHAR colums with VARCHAR

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Replacing all CHAR colums with VARCHAR
Дата
Msg-id 20070102170601.GA20066@wolff.to
обсуждение исходный текст
Ответ на Replacing all CHAR colums with VARCHAR  ("Andrus" <kobruleht2@hot.ee>)
Список pgsql-general
On Tue, Jan 02, 2007 at 02:37:59 +0200,
  Andrus <kobruleht2@hot.ee> wrote:
>
> Also Tom Lane strongly recommends using VARCHAR always and never use CHAR
> columns.

If you just want to use Postgres, you might want to use 'text' instead of
'varchar', since you don't need to specify arbitrarylimits for that type.
This isn't portable though.

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