Remove the compress function from a database
remove_compress_function.RdThe database at conn may have the compress function installed
by unpload_compress_function().
This R function removes the compress function from the database at conn.
Value
The number of rows affected by adding the function to the
database at conn,
which should always be 0.
Details
The function can be removed only by the owner of the function, i.e., the user who installed the function in the first instance.