Re: [ADMIN] Field Size - Mailing list pgsql-sql

From Bruno Wolff III
Subject Re: [ADMIN] Field Size
Date
Msg-id 20031208153552.GA5971@wolff.to
Whole thread Raw
List 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 by date:

Previous
From: "Ganesan Kanavathy"
Date:
Subject: Re: Field Size
Next
From: viola
Date:
Subject: postgresql and ColdFusion