Re: [HACKERS] [PATCHES] log_statement output for protocol - Mailing list pgsql-jdbc

From Guillaume Smet
Subject Re: [HACKERS] [PATCHES] log_statement output for protocol
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: [HACKERS] [PATCHES] log_statement output for protocol  (Bruce Momjian <[email protected]>)
Responses Re: [HACKERS] [PATCHES] log_statement output for protocol
List pgsql-jdbc
On 8/29/06, Bruce Momjian <[email protected]> wrote:
>         DETAIL:  prepare: SELECT $1;  bind: $1 = 'a''b'

I attached a trivial patch to add a dash between the prepare part and
the bind part. People usually don't finish their queries with a semi
colon so it's more readable with a separator.
DETAIL:  prepare: SELECT $1  bind: $1 = 'a''b'
becomes
DETAIL:  prepare: SELECT $1 - bind: $1 = 'a''b'

--
Guillaume

Attachment

pgsql-jdbc by date:

Previous
From: "Guillaume Smet"
Date:
Subject: Re: [HACKERS] [PATCHES] log_statement output for protocol
Next
From: Dave Cramer
Date:
Subject: Re: outOfMemoryError