From 13bdb2d1185cf89435c8212a74bb03854177e822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Wirtel?= Date: Mon, 7 Jan 2019 20:24:59 +0100 Subject: [PATCH] Fix section in rest (#883) --- docs/tutorial/mysql.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tutorial/mysql.rst b/docs/tutorial/mysql.rst index 6443b36..2518b9f 100644 --- a/docs/tutorial/mysql.rst +++ b/docs/tutorial/mysql.rst @@ -127,7 +127,8 @@ It's possible to use the *MATERIALIZE VIEWS* clause and give both the name and the SQL (in MySQL dialect) definition of view, then pgloader creates the view before loading the data, then drops it again at the end. -## Loading the data +Loading the data +^^^^^^^^^^^^^^^^ Let's start the `pgloader` command with our `sakila.load` command file::