This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to tag REL8_1_408 in repository libpostgresql-jdbc-java.
commit a91bc52a391d385acb90a741e992d51557da8a83 Author: Kris Jurka <[email protected]> Date: Tue Sep 26 05:18:11 2006 +0000 Update the documentation to reflect the fact that the default prepareThreshold is five, not zero. --- doc/pgjdbc.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/pgjdbc.xml b/doc/pgjdbc.xml index 4005b82..8c35312 100644 --- a/doc/pgjdbc.xml +++ b/doc/pgjdbc.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- Copyright (c) 2004-2005, PostgreSQL Global Development Group - $PostgreSQL: pgjdbc/doc/pgjdbc.xml,v 1.25 2005/04/10 15:15:05 jurka Exp $ + $PostgreSQL: pgjdbc/doc/pgjdbc.xml,v 1.25.2.1 2006/05/22 19:40:07 jurka Exp $ --> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> @@ -546,8 +546,10 @@ Connection conn = DriverManager.getConnection(url); <para> Determine the number of <classname>PreparedStatement</classname> executions required before switching over to use server side prepared - statements. The default is zero meaning never use server side - prepared statements. More information on server side prepared + statements. The default is five, meaning start using server side + prepared statements on the fifth execution of the same + <classname>PreparedStatement</classname> object. More + information on server side prepared statements is available in <xref linkend="server-prepare" />. </para> </listitem> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

