CVSROOT:	/cvsroot
Module name:	pgsql
Changes by:	barry(at)postgresql(dot)org	02/06/24 02:16:27
Modified files:
	src/interfaces/jdbc/org/postgresql: errors.properties 
	src/interfaces/jdbc/org/postgresql/jdbc2: CallableStatement.java 
	                                          Connection.java 
	                                          PreparedStatement.java 
	src/interfaces/jdbc/org/postgresql/test: JDBC2Tests.java 
Added files:
	src/interfaces/jdbc/org/postgresql/test/jdbc2: 
	                                               CallableStmtTest.java 
Log message:
	patch to add support for callable statements to the jdbc driver.  The patch was submitted by Paul Bethe pmbethe(at)yahoo(dot)com