refactor: COMMITs added to release locks immediately. UTC usage. Testing env for test branch.
This commit is contained in:
5
postgresql/init_extra_users.sql
Normal file
5
postgresql/init_extra_users.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Create additional user for partitioning tasks
|
||||
CREATE USER zbx_part WITH PASSWORD 'zbx_part';
|
||||
GRANT CONNECT ON DATABASE zabbix TO zbx_part;
|
||||
-- Grant usage on public schema (standard for PG 15+)
|
||||
GRANT USAGE ON SCHEMA public TO zbx_part;
|
||||
Reference in New Issue
Block a user