A class to format a byte[] array to be used as a literal in a SQL
statement for Postgres.
PG accepts binary contents as octal Strings, e.g.
\001\002\004
See also: http://www.postgresql.org/docs/8.2/static/datatype-binary.html
author: support@sql-workbench.net