inset html data into text column - Mailing list pgsql-novice

From rui.justino
Subject inset html data into text column
Date
Msg-id 05D1AD763C02954696BD6738B280C0F58C7CF3@VS4.hdi.tvcabo
Whole thread Raw
Responses Re: inset html data into text column
List pgsql-novice
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.

thanks

pgsql-novice by date:

Previous
From: Mark Lewis
Date:
Subject: Re: [PERFORM] Many connections lingering
Next
From: "milkmood"
Date:
Subject: Accessing PostgreSQL Over A Network...