Обсуждение: Problems with a very big string

Поиск
Список
Период
Сортировка

Problems with a very big string

От
"Jo Candace"
Дата:
Hi, I'm working with string very long(xml) of data type "text" in postgresql, but "text" does not support the length of string
 
somebody knows some way to work with this string(very long)?
 
Bye
 
Jessy

Re: Problems with a very big string

От
Richard Broersma Jr
Дата:
--- Jo Candace <jocandace@gmail.com> wrote:

>  Hi, I'm working with string very long(xml) of data type "text" in
> postgresql, but "text" does not support the length of string
>
>  somebody knows some way to work with this string(very long)?

The text datatype is limited to a total size of 1 GB.  If you want to store more characters, to
could change your encoding to something much less featured.