Re: create function question - Mailing list pgsql-general

From Stephan Szabo
Subject Re: create function question
Date
Msg-id 20011030123144.T15016-100000@megazone23.bigpanda.com
Whole thread Raw
In response to create function question  ("Zhou, Lixin" <LZhou@illumina.com>)
List pgsql-general
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: tatebll@aol.com (Bill Tate)
Date:
Subject: Re: PostgresSQL 7.x Oracle8 Comparison
Next
From: "Andy Hallam"
Date:
Subject: Re: Turn on mylog debugging