Search Postgresql Archives

Re: Problem either with PostgreSQL or with PHP (SOLVED!)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello!

I want to thank everyone who replied to my question. I managed to solve my problem.

I followed Tomas' suggestion and added '::text' to query string. Ultimately, however, the problem was that the function existed in another schema. (Thanks, Tom, for pointing me to this direction!) What I did was to add another pg_query, just before the "main" query: 
  pg_query($yhteys, "SET search_path TO htyo;");

That did the trick!

Again, thanks for saving me hours of frustration.

Tuo


      

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux