Hello all!

Basically, I have two servers. One is the publisher/distributer and the other is the subscriber.
On the subscribing server, I have written some triggers that monitor when users perform
'update', 'insert', or 'delete' statements.

The problem is, I need to distinguish between users and replication. I need to write replication
statements to a different log than the user-generated statements.

Obviously at this point, current_user, system_user, user, and session_user cannot help me out.
Can repl_subscriber / repl_publisher help me out in any way?

Any advice is appreciated. Thanks!