Обсуждение:

Поиск
Список
Период
Сортировка

От
"rui.justino"
Дата:
Hello,

I am new to postgresql and i am not a native english speaker so please forgive me.

I have a table with a column of type text with no limitation of caracters, that i'm trying to insert html formatted
textinto but the text gets truncated.  

I have also tried with the function to_ascii() but with no success.

I have seach in google for solutions to this but didn't find any anser.

As you have already understand the purpose of this is to be able to retrive dynamically the content of this column to a
page.

for the moment i have tested with psycopg, pgsql and pgAdmin III. always getting the same result.

i'am using postgresql 7.4.7 and debian.