aboutsummaryrefslogtreecommitdiff
path: root/verify
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2023-02-28 23:36:50 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2023-03-02 09:22:36 +0900
commite36a6b94211badaaf868a2082c348a37e65d86e1 (patch)
treefdaadc656110a680e6d2da7e86d105330f593e03 /verify
parent438a85fd3a2ea8dd4fa48df5537c1db2c0e90878 (diff)
Add triger function to update a timestamp.
Diffstat (limited to 'verify')
-rw-r--r--verify/update_timestamp.sql7
1 files changed, 7 insertions, 0 deletions
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;