Re: Problems with a very big string

From: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
To: Jo Candace <jocandace(at)gmail(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Problems with a very big string
Date: 2007-05-30 16:13:05
Message-ID: 672112.28745.qm@web31806.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


--- Jo Candace <jocandace(at)gmail(dot)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.

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kalle Hallivuori 2007-05-30 19:45:04 Re: FYI: porting Copy API to 8.x
Previous Message Jo Candace 2007-05-30 15:59:45 Problems with a very big string