Re: Ok, how do I debug THIS?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Larry Rosenman <ler(at)lerctr(dot)org>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Ok, how do I debug THIS?
Date: 2003-05-13 19:45:26
Message-ID: 200305131245.26203.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Larry,

> > You seem to be missing most of your function, here.
> I just did a head. Note the line count above. It's only 147
> lines, but the error refers to line 206.

Obviously postgres is counting lines differently from you.

Post the whole thing, or start from the bottom of the function and work your
way up until you find the problem. Most likely issue: missing semicolon.

--
-Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Larry Rosenman 2003-05-13 19:49:17 Re: Ok, how do I debug THIS?
Previous Message Larry Rosenman 2003-05-13 19:34:14 Re: Ok, how do I debug THIS?