Re: How To Store Large Text Strings

From: Frank Bax <fbax(at)sympatico(dot)ca>
To: PostgreSQL List - Novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: How To Store Large Text Strings
Date: 2012-03-09 01:19:59
Message-ID: 4F595ABF.7060108@sympatico.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Bartosz Dmytrak 2012-03-09 08:02:27 Re: How To Store Large Text Strings
Previous Message Jude Lucien 2012-03-08 22:24:42 How To Store Large Text Strings