[libpostgresql-jdbc-java] 06/08: Update the documentation to reflect the fact that the default prepareThreshold is five, not zero.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jan 9 10:19:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to tag REL8_0_318
in repository libpostgresql-jdbc-java.
commit afcafb2e2f2f5fbc9ad8c0fe38b736671985b7f4
Author: Kris Jurka <books at ejurka.com>
Date: Tue Sep 26 05:18:16 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 73beaac..3eb225f 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.22.2.1 2005/02/02 20:06:11 jurka Exp $
+ $PostgreSQL: pgjdbc/doc/pgjdbc.xml,v 1.22.2.2 2005/04/10 15:15:32 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
More information about the pkg-java-commits
mailing list