Excluding functions from being imported
For each selected topic functions files, import_udflib reads the optional metadata comment used for exclusion of the functions. If the current setup matches some entry in the exclusion list, the function file will be skipped, with an info message printed to the user about skipping the function due to its incompatibility with the current database.
Available exclusion keyword:
• non_x100_db: an install which does not have an x100 server executable
Example of an exclusion comment in a function file:
-- my_function(val) - short function description
-- @excluded_for(non_x100_db)
CREATE FUNCTION ...
Last modified date: 01/28/2026