Re: Postgres 7.4 function

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: radhika(at)88thstreet(dot)com
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Postgres 7.4 function
Date: 2007-08-29 19:12:25
Message-ID: dcc563d10708291212t2935c46es7fc0ce39666497cd@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 8/29/07, Radhika Sambamurti <radhika(at)88thstreet(dot)com> wrote:
> 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.

Can you make a small example case of what you're doing that will
produce the error?

Warning, I don't have a 7.4 instance running anymore, but someone else
might. :)

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message ivan marchesini 2007-08-30 13:01:03 date problems
Previous Message Radhika Sambamurti 2007-08-29 18:41:23 Postgres 7.4 function