From 6d6f4546b0cda266e6f5e6f2cda783da985dfb00 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Wed, 30 Aug 2023 00:10:06 +0900 Subject: Add function to update timestamp --- verify/update_timestamp.sql | 9 +++++++++ 1 file changed, 9 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..df5609d --- /dev/null +++ b/verify/update_timestamp.sql @@ -0,0 +1,9 @@ +-- Verify photos:update_timestamp on pg + +BEGIN; + +SET search_path to photos; + +SELECT has_function_privilege('update_timestamp()', 'EXECUTE'); + +ROLLBACK; -- cgit v1.2.3