Re: [SQL] Tracking Down Error in Stored Procedure

2006-12-01 Thread Aaron Bono
On 12/2/06, Tom Lane <[EMAIL PROTECTED]> wrote: "Aaron Bono" <[EMAIL PROTECTED]> writes: > CONTEXT: PL/pgSQL function "update_web_site_hits_fn" line 200 at execute > statement > My question is this: What is line 200? Is it the 200th line after the > CREATE part of the stored procedure? Or i

Re: [SQL] Tracking Down Error in Stored Procedure

2006-12-01 Thread Tom Lane
"Aaron Bono" <[EMAIL PROTECTED]> writes: > CONTEXT: PL/pgSQL function "update_web_site_hits_fn" line 200 at execute > statement > My question is this: What is line 200? Is it the 200th line after the > CREATE part of the stored procedure? Or is it the 200th line after the > BEGIN? Or maybe so