Problems with a very big string
Problems with a very big string
От:
"Jo Candace" <jocandace@gmail.com>
Дата:
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 <rabroersma@yahoo.com>
Дата:
--- Jo Candace 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.