Re: Strange behaviour of PL/Perl

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Andrey Y(dot) Mosienko" <feo(at)ttn(dot)ru>
Cc: Postgres <pgsql-general(at)postgresql(dot)org>
Subject: Re: Strange behaviour of PL/Perl
Date: 2001-02-25 06:36:08
Message-ID: 19864.983082968@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Andrey Y. Mosienko" <feo(at)ttn(dot)ru> writes:
> I just included PL/Perl language in my database.
> Created function:
> CREATE FUNCTION and_with_mask(int2, int2) RETURNS int2 AS
> [ behaves strangely ]

What Postgres version is this, on what platform?

Does the function behave more reasonably if you declare the
inputs and result as int4?

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2001-02-25 08:29:03 Re: Request for thoughts...
Previous Message Bill Barnes 2001-02-25 06:19:01 Re: Re: A How-To: PostgreSQL from Tcl via ODBC