This section explains how to delete Java functions and Java applications from PL/extJava.
Point
Java functions can be deleted while the instance is running.
Delete a Java function
Connect to the database
As the instance administrator, connect to the database that corresponds to the container that was created using the psql command or pgAdmin.
Delete the Java function
Delete the Java function that was registered in the database.
db01=# DROP FUNCTION javaFunctionName(argument);
Disconnect from the database.
See
Refer to "DROP FUNCTION" under "Reference" in the PostgreSQL Documentation for details.
Delete the Java application
Delete the Java application
Delete the jar file of the following directory.
domainRoot\plextjava\databaseName