I've checked the postgre database. If I run the query it returns one row...
Code: Select all
You are now connected to database "nagiosxi".
nagiosxi=# SELECT COUNT(relname) FROM pg_class WHERE relname = 'xi_incidents';
count
-------
1
(1 row)Regards,
Graziano.