Olá pessoal,Eu uso o Postgres 8.4 e não tenho problemas com campo tipo TEXT.Uso 
WIN 7 / Postgres 8.4 / DELPHI 2010 / Componente de acesso pela LIBPQ da 
DevArt.Na versão 9.1rc1 quando o tamanho é maior que 4680 caracteres não é 
mostrado no PGADMIN nem no PSQL nem na minha aplicação.Mandei um email para o 
pg-bugs mais responderam ACHANDO QUE ISSO É NORMAL.Gostaria que alguém pudesse 
testar e ajudar verificar se isso realmente é um BUG.RESPOSTA DO EMAIL ENVIADO 
PARA BUGSHmm.  Maybe you should try taking this to the pgadmin-support list. 
Your script came out sort of mangled in email, and apparently hasfunny 
characters in it because I couldn't copy/paste and modify -- Ihad to retype.  
But this runs fine in psql for me:  (Printing thehundreds of x's omitted from 
the post, but that looks OK to me,too.) test=# create table txt (val 
text);CREATE TABLEtest=# insert into txt values (repeat('x', 4500));INSERT 0 
1test=# insert into txt values (repeat('x', 4685));INSERT 0 1test=# select 
char_length(val), val is null, (val ~ 'x') from txt;  char_length | ?column? | 
?column?-------------+----------+----------        4500 | f        | t        
4685 | f        | t(2 rows) 
-Kevin--------------------------------------------------------------------------------Muito
 Obrigado.
Claudio Oliveira 
http://www.msisolucoes.com.br                                     
_______________________________________________
pgbr-geral mailing list
pgbr-geral@listas.postgresql.org.br
https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral

Responder a