Re: problem w/plpgsql proc

From: "Henshall, Stuart - WCP" <SHenshall(at)westcountrypublications(dot)co(dot)uk>
To: "'lmendoza(at)garbersoft(dot)net'" <lmendoza(at)garbersoft(dot)net>, "'pgsql-sql(at)postgresql(dot)org'" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: problem w/plpgsql proc
Date: 2001-10-16 10:57:52
Message-ID: E2870D8CE1CCD311BAF50008C71EDE8E01F746F6@MAIL_EXCHANGE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

IF (em = rec.emailaddr) THEN
found = 1; -- looks like we found
the email addr.
END IF;
found=1; should be found:=1;
- Stuart

Browse pgsql-sql by date

  From Date Subject
Next Message bpalmer 2001-10-16 11:42:07 Why are ftp mirrors out of sync?
Previous Message Oliver Elphick 2001-10-16 08:37:23 Re: EXECUTE ... INTO?