Bind message - Mailing list pgsql-jdbc

From Do, Leon
Subject Bind message
Date
Msg-id 275654F2AE237D438ACC1FE2697CD8C91EC2702C@nj7460exch008u.ho.lucent.com
Whole thread Raw
Responses Re: Bind message  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
Hi All,
 
From my understanding, when I create a prepare statement I can execute it multiple times and to increase the efficiency.   But from what I seen from the logging, Postgres always send the same message sequences over the wire.
parse,
bind,
describe,
execute
....
parse,
bind,
describe
execute
 
It should execute parse only one time right?
 
If this is not the right forum then please let me know or direct me to the right forum
 
thanks
 
Leon Do
 
 

pgsql-jdbc by date:

Previous
From: Tore Halset
Date:
Subject: the good old getObject() issue..
Next
From: Dave Cramer
Date:
Subject: Re: Bind message