All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.trigger_functions.on_binaries_update.sql Maven / Gradle / Ivy

CREATE OR REPLACE FUNCTION on_binaries_update() RETURNS TRIGGER AS $$
BEGIN
	PERFORM on_resources_update(NEW.deleted, NEW.binary_id, NEW.version, NEW.binary_json);
	RETURN NEW;
END;
$$ LANGUAGE PLPGSQL




© 2015 - 2025 Weber Informatics LLC | Privacy Policy