Re: [SQL] PL/pgSQL and PHP 5 - Mailing list pgsql-php

From Tom Lane
Subject Re: [SQL] PL/pgSQL and PHP 5
Date
Msg-id 9830.1155181257@sss.pgh.pa.us
Whole thread Raw
In response to PL/pgSQL and PHP 5  (PostgreSQL Admin <postgres@productivitymedia.com>)
Responses Re: [SQL] PL/pgSQL and PHP 5
Re: [SQL] PL/pgSQL and PHP 5 - thanks
List pgsql-php
PostgreSQL Admin <postgres@productivitymedia.com> writes:
> CREATE OR REPLACE FUNCTION insert_staff_b
>     (insert_firstname varchar)
> RETURNS VOID AS
> ...
> Still I get this error:
> Warning: pg_query(): Query failed: ERROR: function
> insert_staff_b(character varying) does not exist

Sure looks like it oughta work.  One possibility is that you created the
function in a schema that isn't part of the application's search path.
Other than that, look for *really* silly errors, like not creating the
function in the same database the application is connected to ...

            regards, tom lane

pgsql-php by date:

Previous
From: John DeSoi
Date:
Subject: Re: PL/pgSQL and PHP 5
Next
From: PostgreSQL Admin
Date:
Subject: Re: PL/pgSQL and PHP 5