SQL script output like Aginity Workbench
This is Aginity output:
/*
Current path set to $user, public /
/ Start time 6/6/2024 1:07:30 PM, end time 6/6/2024 1:07:30 PM. /
/ Duration 0.0334243 sec. /
CREATE TABLE #tbl (id INT, strn TEXT);
/ Start time 6/6/2024 1:07:30 PM, end time 6/6/2024 1:07:31 PM. /
/ Duration 0.3152067 sec. */
INSERT INTO #tbl (id, strn) VALUES (1, 'abc');
/* Records Affected: 1. */
/* Start time 6/6/2024 1:07:31 PM, end time 6/6/2024 1:07:36 PM. /
/ Duration 5.4033747 sec. */
UPDATE #tbl SET strn = 'qwe' WHERE id = 1;
/* Records Affected: 1. */
/* Start time 6/6/2024 1:07:36 PM, end time 6/6/2024 1:07:36 PM. /
/ Duration 0.0334896 sec. */
TRUNCATE TABLE #tbl;
/* Start time 6/6/2024 1:07:36 PM, end time 6/6/2024 1:07:36 PM. /
/ Duration 0.0342941 sec. */
DROP TABLE #tbl;
This is dbForge for PostgreSQL 3.1.839 output:
DML succeeded [0.077s]
1 row affected [0.111s]
1 row affected [0.219s]
DML succeeded [0.071s]
Execute succeeded [0.066s]
-
AdminDevart (_, Devart) commented
Hi,
Thanks for your patience!
Just want to inform you that it is already implemented.
So we would like to suggest updating to the latest version.
Also, we recommend you to explore the functionality of Query History.
You can find detailed information at the following link:
Best,
Devart Support Team