From c3e09ddab02d34122c5a9b23e700417274938455 Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Mon, 12 May 2025 13:05:49 +0200 Subject: [PATCH] SYNC: pgsql: added notice detail #1108 --- plugins/dbgate-plugin-postgres/src/backend/drivers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/dbgate-plugin-postgres/src/backend/drivers.js b/plugins/dbgate-plugin-postgres/src/backend/drivers.js index 282f347dc..1daf620da 100644 --- a/plugins/dbgate-plugin-postgres/src/backend/drivers.js +++ b/plugins/dbgate-plugin-postgres/src/backend/drivers.js @@ -171,6 +171,7 @@ const drivers = driverBases.map(driverBase => ({ procedure: where, time: new Date(), severity: 'info', + detail: notice, }); };