On Fri, Aug 26, 2011 at 5:22 PM, Claudio Oliveira
<claudio...@hotmail.com> wrote:
> Hi,
> Use version 8.4 and have no issues with the field type TEXT.
> In version 9.1rc1 is limited to 4680 characters.
> Test
>  create table txt (val text);
>  insert into txt values (repeat ('x', 4500));
>  insert into txt values (repeat ('x', 4685));
>  select *, length (val) val is null, (val ~ 'x') from txt;
> Thank You.

It works for me... but any error as you describe would be a PostgreSQL
issue, not pgAdmin (which just passes the queries to the server
unmodified). You should ask on one of the PostgreSQL lists, such as
pgsql-gene...@postgresql.org.


-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support

Reply via email to