This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to tag REL8_1_407 in repository libpostgresql-jdbc-java.
commit 5aaa29027b97eaffc65b56daf95fb2291d147b1a Author: Kris Jurka <[email protected]> Date: Mon May 22 19:40:07 2006 +0000 Remove documentation's claim that we don't support functions with out parameters. --- doc/pgjdbc.xml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/doc/pgjdbc.xml b/doc/pgjdbc.xml index 8a8970a..4005b82 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.24 2005/03/04 07:10:13 jurka Exp $ + $PostgreSQL: pgjdbc/doc/pgjdbc.xml,v 1.25 2005/04/10 15:15:05 jurka Exp $ --> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> @@ -1057,22 +1057,6 @@ st.close(); <chapter id="callproc"> <title>Calling Stored Functions</title> - <para><productname>PostgreSQL's</productname> <acronym>JDBC</acronym> - driver fully supports calling <productname>PostgreSQL</productname> - stored functions. - - <note> - <para> - The <classname>CallableStatement</classname> support is only as good as - the backend support for stored procedures. - <productname>PostgreSQL</productname> does not support functions that - have output parameters. This means you may not use - <function>registerOutParameter</function> for anything other than the - function's return value. - </para> - </note> - </para> - <example id="call-function-example"> <title>Calling a built in stored function</title> -- 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

