Re: How To Store Large Text Strings - Mailing list pgsql-novice

From Frank Bax
Subject Re: How To Store Large Text Strings
Date
Msg-id 4F595ABF.7060108@sympatico.ca
Whole thread Raw
In response to How To Store Large Text Strings  (Jude Lucien <jlucien@gmail.com>)
Responses Re: How To Store Large Text Strings  (Bartosz Dmytrak <bdmytrak@eranet.pl>)
List pgsql-novice
On 03/08/12 17:24, Jude Lucien wrote:
> What is the best way to store possible multiple-paragraph-sized strings of text?
>
> I had thought of just storing the hash but there is no guarentee that
> the hash will pop back into the same text.


text (variable unlimited length)

http://www.postgresql.org/docs/9.0/static/datatype-character.html

pgsql-novice by date:

Previous
From: Jude Lucien
Date:
Subject: How To Store Large Text Strings
Next
From: Bartosz Dmytrak
Date:
Subject: Re: How To Store Large Text Strings