INSERT INTO post (title, body, created)
VALUES
('test title', 'test' || x'0a' || 'body', '2018-01-01 00:00:00');