The records in Postgres should arrive exactly as they were scraped by a
Tap at the source.
E.g. if a string in the sources has control characters like LF (0x0a),
the same string should also have LF in the postgres target and not '\n'
like JSON format uses.
writing in JSON format does not make sense.
The records in Postgres should arrive exactly as they were scraped by a Tap at the source.
E.g. if a string in the sources has control characters like LF (0x0a), the same string should also have LF in the postgres target and not '\n' like JSON format uses.
Fixes #131