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.
- [pgadmin-support] BUG 9.1rc1 Claudio Oliveira
- Re: [pgadmin-support] BUG 9.1rc1 Dave Page
- [pgadmin-support] latest pgAdmin rc Belbin, Peter
- Re: [pgadmin-support] latest pgAdmin rc Dave Page
- Re: [pgadmin-support] latest pgAdmin rc Belbin, Peter
- Re: [pgadmin-support] latest pgAdmi... Dave Page
- Re: [pgadmin-support] latest pg... Belbin, Peter