Re: [ADMIN] Field Size

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: [ADMIN] Field Size
Дата
Msg-id 20031208153552.GA5971@wolff.to
обсуждение исходный текст
Список pgsql-sql
On Mon, Dec 08, 2003 at 18:36:57 +0530,
  Somasekhar Bangalore <sbangalore@zensutra.com> wrote:
> There is no harm in having a field size of 1000 character provided u use the proper datatype. Don't user char(1000).
Tryusing varchar(1000). 

And if the 1000 limit is just a large number you picked rather than a
real rule for your data, then you probably want to use the TEXT type.

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

Предыдущее
От: "Ganesan Kanavathy"
Дата:
Сообщение: Re: Field Size
Следующее
От: viola
Дата:
Сообщение: postgresql and ColdFusion