From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Robert Creager <Robert_Creager(at)LogicalChaos(dot)org> |
Cc: | PGAdmin <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: Log query results? |
Date: | 2004-02-11 06:03:50 |
Message-ID: | 15682.1076479430@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Robert Creager <Robert_Creager(at)LogicalChaos(dot)org> writes:
> I'm running 7.4.1 and am having problem when my app starts loading up on the
> database. I want to verify the data coming back from the queries is correct
> from the server side (not application side), as then I'll be sure my app is
> squirrelly (or the db is).
> I don't see any options in postgresql.conf that would allow this, but was
> wondering if any of the debug levels might get me what I want. Or is there a
> better way?
Nothing on the backend side that I can think of. If you're using libpq
then you could use PQtrace, though that's really intended for debugging
libpq itself. Or you could point a packet sniffer at the TCP
connection.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Mark Lubratt | 2004-02-11 06:14:07 | IDE and write cache |
Previous Message | Victor Sudakov | 2004-02-11 04:55:40 | getting postgresql-7.4.1 statistics |