Re: create function question - Mailing list pgsql-general

From Zhou, Lixin
Subject Re: create function question
Date
Msg-id 6EDF654BC7BFE648AB2E734727E7078D0737DB@illumina24.illumina.com
Whole thread Raw
In response to create function question  ("Zhou, Lixin" <LZhou@illumina.com>)
List pgsql-general
I followed up the original post, and I don't know if the follow-up has been
posted or not.

The trick is: do not use quotes ('') for variables declared in the declare
secton.

Thanks.

-----Original Message-----
From: Stephan Szabo [mailto:sszabo@megazone23.bigpanda.com]
Sent: Tuesday, October 30, 2001 12:32 PM
To: Zhou, Lixin
Cc: 'pgsql-general@postgresql.org'
Subject: Re: [GENERAL] create function question



On Mon, 29 Oct 2001, Zhou, Lixin wrote:

> The following function always returns NULL when I call it like this:
>
> select get_bundle_id('1009699', '1', '1').
>
> If I replace b, r, c with '1009699', '1', '1' inside the function body, it
> returns the correct id!

Probably you shouldn't double quote the b r and c in the function since
that'd be the constants not the variables.

pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: alter table workaround
Next
From: eugene_bregman@adc.com
Date:
Subject: remote access via NFS