Re: Postgresql Not working..

From: "Andrew Snow" <andrew(at)modulus(dot)org>
To: "'Megalex'" <megalex(at)klanomega(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgresql Not working..
Date: 2001-11-24 22:45:18
Message-ID: 000201c17539$b0f42320$fa01b5ca@avon
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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..??

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stefan Hadjistoytchev 2001-11-24 23:57:14 Problem parsing functions makes PgSQL Restore impossible
Previous Message culley 2001-11-24 19:09:48 implicit analyze on vacuum?