Re: Problems with a very big string

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема Re: Problems with a very big string
Дата
Msg-id 672112.28745.qm@web31806.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Problems with a very big string  ("Jo Candace" <jocandace@gmail.com>)
Список pgsql-jdbc
--- 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.


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Jo Candace"
Дата:
Сообщение: Problems with a very big string
Следующее
От: "Kalle Hallivuori"
Дата:
Сообщение: Re: FYI: porting Copy API to 8.x