Re: Problems with a very big string - Mailing list pgsql-jdbc

From Richard Broersma Jr
Subject Re: Problems with a very big string
Date
Msg-id 672112.28745.qm@web31806.mail.mud.yahoo.com
Whole thread Raw
In response to Problems with a very big string  ("Jo Candace" <jocandace@gmail.com>)
List 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 by date:

Previous
From: "Jo Candace"
Date:
Subject: Problems with a very big string
Next
From: "Kalle Hallivuori"
Date:
Subject: Re: FYI: porting Copy API to 8.x