Re: Postgresql Not working.. - Mailing list pgsql-general

From Andrew Snow
Subject Re: Postgresql Not working..
Date
Msg-id 000201c17539$b0f42320$fa01b5ca@avon
Whole thread Raw
In response to Postgresql Not working..  ("Megalex" <megalex@klanomega.com>)
List pgsql-general
Are you correctly escaping the HUGEText ?

- Andrew


> example..
>
> Create table dodo (textfield text NULL);
>
> Insert Into dodo (textfield) values('HUGEText');
>
> //---------------------------------------------------------//
>
> where HugeText = a web page html source or any big sized text
> data..  24 - 100 Kb size
>
> now i know that Postgres had limitations with large text but
> wasnt that fixed with toast.. but why then is my query timing
> out ONLY when i try to insert large text..??



pgsql-general by date:

Previous
From: "Megalex"
Date:
Subject: Postgresql Not working..
Next
From: merlyn@stonehenge.com (Randal L. Schwartz)
Date:
Subject: [off-topic] news.postgresql.org down?