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>
Re: Replacing all CHAR colums with VARCHAR Bruno Wolff III <bruno@wolff.to>
Re: Replacing all CHAR colums with VARCHAR Richard Huxton <dev@archonet.com>
On Tue, Jan 02, 2007 at 02:37:59 +0200, Andrus 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 по дате отправления