Here is the exception and the stack trace that I get:
org.postgresql.util.PSQLException: Method
org.postgresql.jdbc3.Jdbc3Array.getArrayImpl(long,int,Map) is not yet
implemented.
at org.postgresql.Driver.notImplemented(Driver.java:580)
at org.postgresql.jdbc2.AbstractJdbc2Array.getArrayImpl(AbstractJdbc2Array.java:232)
at org.postgresql.jdbc2.AbstractJdbc2Array.getResultSetImpl(AbstractJdbc2Array.java:291)
at org.postgresql.jdbc2.AbstractJdbc2Array.getResultSet(AbstractJdbc2Array.java:252)
at pgObjects.PgDatabase.loadFunctionsFromDatabase(PgDatabase.java:893)
at test.Test.showFunctions(Test.java:134)
at test.Test.main(Test.java:166)
Takeichi.