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 1d4e0c10608290454r49ad4efel63f2c4062c13438f@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] [PATCHES] log_statement output for protocol  (Bruce Momjian <bruce@momjian.us>)
Responses Re: [HACKERS] [PATCHES] log_statement output for protocol  (Bruce Momjian <bruce@momjian.us>)
List pgsql-jdbc
On 8/29/06, Bruce Momjian <bruce@momjian.us> 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