Re: How To Store Large Text Strings

Поиск
Список
Период
Сортировка
От Frank Bax
Тема Re: How To Store Large Text Strings
Дата
Msg-id 4F595ABF.7060108@sympatico.ca
обсуждение исходный текст
Ответ на How To Store Large Text Strings  (Jude Lucien <jlucien@gmail.com>)
Ответы Re: How To Store Large Text Strings  (Bartosz Dmytrak <bdmytrak@eranet.pl>)
Список 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 по дате отправления:

Предыдущее
От: Jude Lucien
Дата:
Сообщение: How To Store Large Text Strings
Следующее
От: Bartosz Dmytrak
Дата:
Сообщение: Re: How To Store Large Text Strings