So I'm sure I'm doing something wrong, or this is maybe a novice question,
On My Mac, I set log_collector=on, archive_command='echo hello %p %f'
And awesome, my postgres log files get the output from my archive command.On My Mac, I set log_collector=on, archive_command='echo hello %p %f'
On Windows, this does not work (Using postgres 9.3..4)
Surely there is a simple answer here?