Re: problem w/plpgsql proc

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: leo <lmendoza(at)garbersoft(dot)net>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: problem w/plpgsql proc
Date: 2001-10-15 15:20:44
Message-ID: 14399.1003159244@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

leo <lmendoza(at)garbersoft(dot)net> writes:
> CREATE FUNCTION editEmail(integer, smallint, varchar, varchar) RETURNS
> integer AS '
> ...
> -- if it wasn't, then insert the new record.

An undoubled quote mark in a function body is bad news...

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Stefan Lindner 2001-10-15 15:43:40 system maintained keys
Previous Message Josh Berkus 2001-10-15 15:20:24 Re: problem w/plpgsql proc