dear all:
now , i am testing zabbix7 with postgresql17 in freebsd14.2 . below was my question :
1. postgresql17 work normal , and create a zabbix7 database and grant user zb1 full permission on zabbix7database.
psql> GRANT ALL PRIVILEGES ON DATABASE zb1 to zabbix7;
2. when i run below sql , got a errors in below .
$ psql -U zb1 zabbix7
psql> \i schema.sql
psql> \i images.sql
psql> \i data.sql
psql> exit
zabbix7=> \i schema.sql
psql:schema.sql:7: ERROR: permission denied for schema public
LINE 1: CREATE TABLE role (
^
psql:schema.sql:8: ERROR: relation "role" does not exist
psql:schema.sql:13: ERROR: permission denied for schema public
LINE 1: CREATE TABLE ugset (
etc....
please help me . thanks.
now , i am testing zabbix7 with postgresql17 in freebsd14.2 . below was my question :
1. postgresql17 work normal , and create a zabbix7 database and grant user zb1 full permission on zabbix7database.
psql> GRANT ALL PRIVILEGES ON DATABASE zb1 to zabbix7;
2. when i run below sql , got a errors in below .
$ psql -U zb1 zabbix7
psql> \i schema.sql
psql> \i images.sql
psql> \i data.sql
psql> exit
zabbix7=> \i schema.sql
psql:schema.sql:7: ERROR: permission denied for schema public
LINE 1: CREATE TABLE role (
^
psql:schema.sql:8: ERROR: relation "role" does not exist
psql:schema.sql:13: ERROR: permission denied for schema public
LINE 1: CREATE TABLE ugset (
etc....
please help me . thanks.