Re: PGStatement#setPrepareThreshold
От | Tom Lane |
---|---|
Тема | Re: PGStatement#setPrepareThreshold |
Дата | |
Msg-id | 29582.1154708340@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: PGStatement#setPrepareThreshold (Bruce Momjian <bruce@momjian.us>) |
Ответы |
Re: PGStatement#setPrepareThreshold
Re: PGStatement#setPrepareThreshold |
Список | pgsql-jdbc |
Bruce Momjian <bruce@momjian.us> writes: > Dave Cramer wrote: >> Bind also has a statement name, as well as a portal name ? >> >> Ideally I'd like to see the parameters which were bound and the >> types, but I suspect I'm reaching here. > Right, but do we want to repeat the statement for every bind case? My upthread proposal was to print the statement and portal names at bind time. The current printout is very clearly inadequate. > The bind parameter printing is on the TODO list. Yeah, that one's a bit harder to fix :-( It would be relatively easy for the case of parameters supplied in text form, but I'm not sure about binary values. Is JDBC doing anything with binary parameter transmission yet? regards, tom lane
В списке pgsql-jdbc по дате отправления: