Re: Difference

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Minal A(dot) Aryamane" <minalac(at)yes2etl(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Difference
Date: 2006-01-09 07:17:19
Message-ID: 26727.1136791039@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

"Minal A. Aryamane" <minalac(at)yes2etl(dot)com> writes:
> Can anyone tell me why the same function tried on POSTGRESQL 7.4 works =
> but does nor work on POSTGRESQL 8.0. Is there any difference in the way =
> POSTGRES handles functions in version 8.0

There are some ... but the code you show would not have worked in *any*
release of PG. It's certainly missing a BEGIN, and "SET" is not the
syntax for assigning to a local plpgsql variable, and quite a few
semicolons are obviously missing, and you didn't bother to return any
result value.

Could we have an unedited transcription of both the function source code
and the error message, please?

regards, tom lane

In response to

  • Difference at 2006-01-09 06:18:49 from Minal A. Aryamane

Browse pgsql-odbc by date

  From Date Subject
Next Message Ludek Finstrle 2006-01-09 08:47:30 Re: Output parameter isn't available ???
Previous Message Minal A. Aryamane 2006-01-09 06:18:49 Difference