Skip to content
Snippets Groups Projects
Commit 83f037f7 authored by wohlgemu's avatar wohlgemu
Browse files

add Function UPDATE_ISSUER()

parent c6e54694
No related branches found
No related tags found
No related merge requests found
--Function UPDATE_ISSUER()
CREATE FUNCTION update_ISSUER()
RETURNS TRIGGER AS $$
BEGIN
NEW.ISSUER_Update = session_user;
RETURN NEW;
END;
$$ language 'plpgsql';
-- Table: public.finance_request
-- DROP TABLE IF EXISTS public.finance_request;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment