From: | Raymond O'Donnell <rod(at)iol(dot)ie> |
---|---|
To: | Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com> |
Cc: | Chris Baechle <bangular(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: PL/PGSQL - character varying as function argument |
Date: | 2008-09-26 14:10:44 |
Message-ID: | 48DCED64.5030107@iol.ie |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 26/09/2008 14:40, Stephan Szabo wrote:
> Actually, I think the function probably isn't at fault here, string
> literals should be surrounded with ' not ".
Yes, that's true. In addition to that, however, if you look at your
SELECT statement you're selecting all users in the table; the argument
passed to the function isn't used anywhere.
In fairness, you did say that what you posted was a shortened version of
your real function, so maybe something got lost in the shortening...
Ray.
------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod(at)iol(dot)ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Merlin Moncure | 2008-09-26 15:19:20 | types for C function composites |
Previous Message | Raymond O'Donnell | 2008-09-26 13:57:58 | Re: PL/PGSQL - character varying as function argument |