From 29c3704092b0127c3056bcc0655322b051d2823f Mon Sep 17 00:00:00 2001 From: Simon Bomm Date: Tue, 6 Oct 2020 14:15:11 +0200 Subject: [PATCH] enh(plugin)add-sql-string-postgres (#2241) --- database/postgres/plugin.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/database/postgres/plugin.pm b/database/postgres/plugin.pm index feee359b3..aca7cbbf1 100644 --- a/database/postgres/plugin.pm +++ b/database/postgres/plugin.pm @@ -40,6 +40,7 @@ sub new { 'list-databases' => 'database::postgres::mode::listdatabases', 'query-time' => 'database::postgres::mode::querytime', 'sql' => 'centreon::common::protocols::sql::mode::sql', + 'sql-string' => 'centreon::common::protocols::sql::mode::sqlstring', 'statistics' => 'database::postgres::mode::statistics', 'tablespace' => 'database::postgres::mode::tablespace', 'timesync' => 'database::postgres::mode::timesync',