Re: Undefined subroutine &main::spi_prepare

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tony Cebzanov <tonyceb(at)andrew(dot)cmu(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Undefined subroutine &main::spi_prepare
Date: 2009-12-02 16:42:13
Message-ID: 14693.1259772133@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tony Cebzanov <tonyceb(at)andrew(dot)cmu(dot)edu> writes:
> I have a PL/Perl stored procedure that's worked fine on my development
> boxes but is suddenly failing when installed on a test machine. Both my
> test machines and the new machine are RHEL AS5. The differences are the
> test machine is 64-bit, and running Postgres 8.1.18 instead of my
> development machine which is 32-bit and running Postgres 8.2.7.

I don't think spi_prepare existed in 8.1 plperl.

In general it's not a terribly good idea to develop on a newer PG
version than you plan to deploy on ...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Daniel 2009-12-02 16:46:53 Cannot login, with C/C++ program
Previous Message Craig Ringer 2009-12-02 16:41:11 Re: Roles with passwords; SET ROLE ... WITH PASSWORD ?