Re: Function Hangs - Mailing list pgsql-novice

From Josh Berkus
Subject Re: Function Hangs
Date
Msg-id web-692496@davinci.ethosmedia.com
Whole thread Raw
In response to Function Hangs  ("Patrick Hatcher" <PHatcher@macys.com>)
List pgsql-novice
Patrick,

Oh, and take out this BEGIN and END marker, it's confusing the parser:

>    begin
<snip>
>               update ozpricing set useascurrprice = 0 where
> keyp_priceschedule = myRec.keyp_priceschedule;
>            v_count =  v_count + 1;
>    end;

-Josh

______AGLIO DATABASE SOLUTIONS___________________________
                                       Josh Berkus
  Complete information technology      josh@agliodbs.com
   and data management solutions       (415) 565-7293
  for law firms, small businesses        fax 621-2533
    and non-profit organizations.      San Francisco

pgsql-novice by date:

Previous
From: "Patrick Hatcher"
Date:
Subject: Function Hangs
Next
From: "Josh Berkus"
Date:
Subject: Re: Function Hangs