| From: | "LLOYD,DAN (HP-Boise,ex1)" <dan(dot)lloyd(at)hp(dot)com> |
|---|---|
| To: | 'Tom Lane' <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | "'pgsql-novice(at)postgresql(dot)org'" <pgsql-novice(at)postgresql(dot)org> |
| Subject: | Re: query string returned when no records matched |
| Date: | 2003-08-06 15:57:30 |
| Message-ID: | 345D43ADFFFF864298F9ECD6C5D574E82BAE5F@xboi21.boise.itc.hp.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
Thanks for the response and you are correct. The client code is the
dbtags library from Apache's Jakarta taglib project for JavaServer Pages.
For future reference see
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4877 in case someone else
runs into this.
Regards,
Dan
-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Monday, July 21, 2003 11:48 PM
To: LLOYD,DAN (HP-Boise,ex1)
Cc: 'pgsql-novice(at)postgresql(dot)org'
Subject: Re: [NOVICE] query string returned when no records matched
"LLOYD,DAN (HP-Boise,ex1)" <dan(dot)lloyd(at)hp(dot)com> writes:
> When using PostgreSQL 7.3.x on either Linux or HP-UX hosts, the SQL query
> string is returned when the query finishes without error but finds no
> matching records. This ends up being visible in the client's web browser.
I can assure you there is no such behavior in the Postgres backend.
Look to your client-side code.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Sally Gaddis | 2003-08-06 21:02:47 | does postgres access the raw disk device? |
| Previous Message | Nabil Sayegh | 2003-08-06 13:30:16 | Re: |