Bind message

From: "Do, Leon" <leondo(at)lucent(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Bind message
Date: 2006-09-25 17:27:36
Message-ID: 275654F2AE237D438ACC1FE2697CD8C91EC2702C@nj7460exch008u.ho.lucent.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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


Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2006-09-25 17:37:03 Re: Bind message
Previous Message Dave Cramer 2006-09-22 13:30:03 Re: ResultSetMetaData.getTableName() == null