Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Problems with a very big string



--- 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.




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group