On 03/03/2010 16:18, Ryan Schmidt wrote:
You can check the capabilities of the client in a limited way
Limited indeed, as far as I understand. You get the client information in the start-commit hook. If you want to correlate it with the contents of the transaction proposed, you have to be in the pre-commit hook, and how can you get to that client information then? Your start-commit must have saved it to file? Assuming that once a start-commit is launched, no other transaction can be started.
-- Stein