again error with pgsql - Mailing list pgsql-general

From ZioBudda
Subject again error with pgsql
Date
Msg-id Pine.LNX.4.03.9812100830590.32541-100000@michel.enter.it
Whole thread Raw
List pgsql-general
Hi, I have this query :
 select libro.id_libro, libro.collocazione, libro.titolo from
prestito, libro where prestito.id_libro = libro.id_libro_key and
prestito.visto = false

if I run it from "psql my_db_name" I get
esame=>  select libro.id_libro, libro.collocazione, libro.titolo from
esame-> prestito, libro where prestito.id_libro = libro.id_libro_key and
prestito.visto = false\g
id_libro|collocazione|titolo
--------+------------+--------------------------
k1      |d2          |Il talismano
f4      |s1          |Va' dove ti manda il cuore
(2 rows)

and it is ok.
but If I run it from a php/page i get:
Warning: PostgresSQL query failed: ERROR: using an explicit cast

why this ? I have posted here, because in the php3-ML there is no
response..
I don't know if it is a pgsql error or a php3 error.


"Il divertimento e' giusto se la scimmia ci prende gusto"
--
Italian Linux Press: http://ziobudda.enter.it/ILP/
--
Morelli 'ZioBudda' Davide Michel - Member of Pluto Linux User Group
michel@michel.enter.it - http://ziobudda.enter.it/
Linux Problem? Ask to linux@media.dsi.unimi.it
"/dev/ziobudda: access to /var/tmp/beer denied, use /var/adm/pineapple"



pgsql-general by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [GENERAL] TODO list elements
Next
From: dustin sallings
Date:
Subject: Re: [GENERAL] TODO list elements