Re: Problem with pg_prepare

From: Kenichiro Tanaka <ketanaka(at)ashisuto(dot)co(dot)jp>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with pg_prepare
Date: 2010-04-26 08:10:27
Message-ID: 4BD54A73.8020201@ashisuto.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

HI.

>"Call to undefined function pg_prepare()".
What version is your PostgreSQL(libpq)?
And do your error occur on PHP program?
pg_prepare() is supported only against PostgreSQL 7.4 or higher connections.

http://php.net/manual/en/function.pg-prepare.php

Thank you.

(2010/04/24 6:57), Giancarlo Boaron wrote:
> Hi all.
>
> I'm receiving the following message when I try to use pg_prepare() function:
>
> "Call to undefined function pg_prepare()".
>
> My application works very well with others pg_* commands...
>
> I already checked my configuration files and I have no more ideas about how to fix it.
>
> Any suggestions?
>
> Thank you.
>
>
>
>
>
>

--
================================================
Kenichiro Tanaka
K.K.Ashisuto
http://www.ashisuto.co.jp/english/index.html
================================================

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Yan Cheng CHEOK 2010-04-26 08:28:16 Re: Deadlock occur while creating new table to be used in partition.
Previous Message John Gage 2010-04-26 07:55:54 Re: Unable to run createlang (or psql for that matter)