BUG 9.1rc1 - Mailing list pgadmin-support

From Claudio Oliveira
Subject BUG 9.1rc1
Date
Msg-id BAY164-W12107678D6FD666B72E181C1130@phx.gbl
Whole thread Raw
Responses Re: BUG 9.1rc1
List pgadmin-support
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 by date:

Previous
From: Kashif Zeeshan
Date:
Subject: Solaris 10 (64Bit) - Different Behavior on Privileges and Default Privileges Tab Pages of Properties Screen of Database and Schema on pgAdmin III
Next
From: Josh Berkus
Date:
Subject: Feature request: autosave for Query Tool