On 24 sep 2007, at 17.21, Fabiola Fernández wrote:
> I am trying to decide if it would be worth using LONGTEXT instead
> of TEXT, as maybe it would slow down the data insertion and
> extraction.
Postgres doesn't have a LONGTEXT datatype, so keep using TEXT.
http://www.postgresql.org/docs/8.2/interactive/datatype-character.html
Sincerely,
Niklas Johansson