add type to twiddle
This commit is contained in:
parent
9ea4ea41dd
commit
8c8b82461e
@ -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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user