From 8c8b82461effcdce00ecb1e89a24c56f269e6e77 Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Tue, 27 Aug 2024 20:36:32 +0200 Subject: [PATCH] add type to twiddle --- sql/historization.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/historization.sql b/sql/historization.sql index 4c154fc9..535bddaf 100644 --- a/sql/historization.sql +++ b/sql/historization.sql @@ -24,7 +24,7 @@ commit; -- single version at point in time -- set hsadminng.tx_history_txid to (select max(txid) from tx_context where txtimestamp<='2024-08-27 12:13:13.450821'); -set hsadminng.tx_history_txid to '3249'; +set hsadminng.tx_history_txid to '2604'; set hsadminng.tx_history_timestamp to ''; -- all versions select tx_history_txid(), txc.txtimestamp, txc.currentUser, txc.currentTask, haex.* @@ -32,7 +32,7 @@ select tx_history_txid(), txc.txtimestamp, txc.currentUser, txc.currentTask, hae join tx_context txc on haex.txid=txc.txid where haex.identifier in ('hsh00', 'mim00'); -select uuid, version, identifier, caption from hs_hosting_asset_hv p where identifier in ('hsh00', 'mim00'); +select uuid, version, type, identifier, caption from hs_hosting_asset_hv p where identifier in ('hsh00', 'mim00'); select pg_current_xact_id();