From e36a6b94211badaaf868a2082c348a37e65d86e1 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Tue, 28 Feb 2023 23:36:50 +0900 Subject: Add triger function to update a timestamp. --- verify/update_timestamp.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 verify/update_timestamp.sql (limited to 'verify') diff --git a/verify/update_timestamp.sql b/verify/update_timestamp.sql new file mode 100644 index 0000000..80fb7db --- /dev/null +++ b/verify/update_timestamp.sql @@ -0,0 +1,7 @@ +-- Verify kakeibo:update_timestamp on pg + +BEGIN; + +SELECT has_function_privilege('kakeibo.update_timestamp()', 'execute'); + +ROLLBACK; -- cgit v1.2.3