From 72d0dea1c23d16a6258d37b52d7885b387ec10cc Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sun, 12 Mar 2023 23:04:05 +0900 Subject: Add function to update 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..e3d8025 --- /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