Nested Query OK in psql but not in PHP - Mailing list pgsql-general

From rloef@interfold.com
Subject Nested Query OK in psql but not in PHP
Date
Msg-id 1146437549.598773.122270@v46g2000cwv.googlegroups.com
Whole thread Raw
Responses Re: Nested Query OK in psql but not in PHP  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-general
I have a nested query that runs fine in psql but does not return
tabular data in PHP. I have built the query a step at a time and it
works as expected, even in PHP up to the point where I include the
second query, which uses a concatted string of field data to provide
row identity. I'm quite the PHP newbie in mysql and even moreso with
postgresql. Is there something that changes in the PHP code that builds
the tabular display if a query is a nested query as opposed to it not
being a nested query? I get no errors in /var/log/messages so
_something_ thinks the query is OK. I'm just not seeing a populated
table; only the html-coded column headings.

I can include some actual cut-'n-paste, but I'd like to try and figure
at least some of this out myself first.


Regards,

r


pgsql-general by date:

Previous
From: Rick Ellis
Date:
Subject: pg_dump warings
Next
From: Devrim GUNDUZ
Date:
Subject: Re: pg_dump warings