From d7c8c3151cbd948c90383a94206ac6da506f3793 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sun, 26 Nov 2023 15:22:13 -0600 Subject: [PATCH] Improve hint; SokweDB has "admin"s and no real superusers --- db/include/macros.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/include/macros.m4 b/db/include/macros.m4 index f732557..42be667 100644 --- a/db/include/macros.m4 +++ b/db/include/macros.m4 @@ -104,7 +104,7 @@ define(`sdb_cannot_change_msg', define(`sdb_cannot_delete_msg', `This row has special meaning to SokweDB and may not be deleted by ordinary users')dnl define(`sdb_superuser_hint', - `Login as a superuser to make changes') + `Login as an administrator or superuser to make changes') dnl plpgsql fragment for checking that a column cannot be changed dnl by regular users -- 2.34.1