From 5213456b8f6d7c42b098789cfaa6c28bd9a5656b Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Thu, 28 Aug 2014 10:43:36 +0200 Subject: [PATCH] Update SQLite examples in the docs. We were still using the old "drop tables" syntax... --- pgloader.1 | 4 ++-- pgloader.1.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pgloader.1 b/pgloader.1 index d9586ba..c87d147 100644 --- a/pgloader.1 +++ b/pgloader.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PGLOADER" "1" "July 2014" "ff" "" +.TH "PGLOADER" "1" "August 2014" "ff" "" . .SH "NAME" \fBpgloader\fR \- PostgreSQL data loader @@ -1561,7 +1561,7 @@ load database from sqlite:///Users/dim/Downloads/lastfm_tags\.db into postgresql:///tags - with drop tables, create tables, create indexes, reset sequences + with include drop, create tables, create indexes, reset sequences set work_mem to \'16MB\', maintenance_work_mem to \'512 MB\'; . diff --git a/pgloader.1.md b/pgloader.1.md index 93b41c2..60194dd 100644 --- a/pgloader.1.md +++ b/pgloader.1.md @@ -1280,7 +1280,7 @@ Here's an example: from sqlite:///Users/dim/Downloads/lastfm_tags.db into postgresql:///tags - with drop tables, create tables, create indexes, reset sequences + with include drop, create tables, create indexes, reset sequences set work_mem to '16MB', maintenance_work_mem to '512 MB';