Simon Riggs <[EMAIL PROTECTED]> writes: > For (2) there's a very simple way of transferring the data between > sessions: > a) we connect on session 1 as a serializable transaction > b) we ask session 1 for its snapshot > c) we then connect on session 2 as a serializable transaction > d) we then execute "select replace_serializable_snapshot(...)"
[ blanches... ] Can you say "security hole"? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match