Re: error while generating and EXECUTEing a query dynamically

From: Gaurav Priyolkar <gaurav_lists(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: error while generating and EXECUTEing a query dynamically
Date: 2001-09-15 08:15:27
Message-ID: 20010915134527.A1634@goatelecom.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

Sorry for following up to my own mail. I went over the function again
and realized I was exceeding the size I had allocated for the query
string. Never realised I was exceeding the varchar(1000) that I had
declared as the string.

Apologies for my last follow-up to my query, I sent it from the wrong
id and it seems as if the text of my message got stripped out and only
quoted part got through.(In fact I remember having snipped most of my
original mail while sending too :(

-Gaurav

On Wed, Sep 12, 2001 at 11:45:16PM +0530, Gaurav Priyolkar wrote:
> Hi all,
>
> The machine I am sending this mail from does not have postgres, but I
> did this just this morning so am typing from memory:
>
<snip>

--
Sleep: A completely inadequate substitute for caffeine.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Hans-Juergen Schoenig 2001-09-15 08:30:02 strange core dump ...
Previous Message Stephan Szabo 2001-09-15 06:04:01 Re: Diabling constraints