Re: PL/PGSQL - character varying as function argument

From: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
To: Chris Baechle <bangular(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PL/PGSQL - character varying as function argument
Date: 2008-09-26 13:40:00
Message-ID: 20080926063833.A35825@megazone.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 26 Sep 2008, Chris Baechle wrote:

> When I try to run it with:
> select user_checkCredentials("asdf");

Actually, I think the function probably isn't at fault here, string
literals should be surrounded with ' not ".

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Raymond O'Donnell 2008-09-26 13:41:29 Re: PL/PGSQL - character varying as function argument
Previous Message Scott Marlowe 2008-09-26 13:36:11 Re: ]OT] Database structure question