add type to twiddle

This commit is contained in:
Michael Hoennig 2024-08-27 20:36:32 +02:00
parent 9ea4ea41dd
commit 8c8b82461e

View File

@ -24,7 +24,7 @@ commit;
-- single version at point in time -- 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 (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 ''; set hsadminng.tx_history_timestamp to '';
-- all versions -- all versions
select tx_history_txid(), txc.txtimestamp, txc.currentUser, txc.currentTask, haex.* 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 join tx_context txc on haex.txid=txc.txid
where haex.identifier in ('hsh00', 'mim00'); 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(); select pg_current_xact_id();