Add session identification

This commit is contained in:
Derry Hamilton 2019-08-27 12:53:37 +01:00
parent 01310bfca4
commit 734dc8608f
6 changed files with 100 additions and 21 deletions

View file

@ -18,6 +18,8 @@
<jobs>
<job>
<name>test</name>
<identifySourceSQL>select 'PID:'||pg_backend_pid()</identifySourceSQL>
<identifyDestinationSQL>select 'PID:'||pg_backend_pid()</identifyDestinationSQL>
<key>select coalesce(-1,max(id),-1) as key from dest</key>
<select>
select