Postgres 7.4 function

From: "Radhika Sambamurti" <radhika(at)88thstreet(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Postgres 7.4 function
Date: 2007-08-29 18:41:23
Message-ID: 1129.63.118.86.10.1188412883.squirrel@www.88thstreet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,
I am using a function in postgres 7.4 that returns an integer.
I modified my store procedure (same function and parameters) to point to
another table, and return an int.
But now I am not getting the correct answer only 0.

I verified that the column I am returning is int in both the first table
and hte modified table. I even tried returning a varchar (the native type
for postgres libpq). Still no luck.

Any ideas?

Thanks
Radhika

--
It is all a matter of perspective. You choose your view by choosing where
to stand.
Larry Wall
---

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Scott Marlowe 2007-08-29 19:12:25 Re: Postgres 7.4 function
Previous Message Josh Tolley 2007-08-28 20:32:24 Re: pg & Delphi