On Thu, 2013-01-03 at 16:11 +, Campbell, Lance wrote:
> PostgreSQL 9.2.2
> pgAdmin 1.16.1
> pgAdmin > Tools > Server Status
>
> When viewing the Server Status window I notice that my queries look like this:
>
> SELECT * FROM tablex WHERE id=$1
>
> How can I display the full query without the
PostgreSQL 9.2.2
pgAdmin 1.16.1
pgAdmin > Tools > Server Status
When viewing the Server Status window I notice that my queries look like this:
SELECT * FROM tablex WHERE id=$1
How can I display the full query without the $1?
Example of what I would like to see:
SELECT * FROM tablex where id=75