From ad7ce4a66b72840c8a7e24ed0b424f0ff744abd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20H=C3=A4user?= Date: Sat, 26 May 2018 13:54:28 +0200 Subject: [PATCH] Fix documentation for binary datatype changes (#801) When reading http://pgloader.readthedocs.io/en/latest/ref/mysql.html I came across the section of binary. On the documentation the indentation is off and is kinda hard to read :) --- docs/ref/mysql.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/mysql.rst b/docs/ref/mysql.rst index 193e5c5..1957944 100644 --- a/docs/ref/mysql.rst +++ b/docs/ref/mysql.rst @@ -590,7 +590,7 @@ Texts:: type mediumtext to text using remove-null-characters type longtext to text using remove-null-characters -Binary: +Binary:: type binary to bytea type varbinary to bytea