From f2bf5c4a626198da95657f1f2a9101422fdfa6aa Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Sat, 27 Dec 2014 17:09:37 +0100 Subject: [PATCH] Adjusting manpage text to fit github's markdown... --- pgloader.1 | 2 +- pgloader.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pgloader.1 b/pgloader.1 index 38ad18d..0a15af7 100644 --- a/pgloader.1 +++ b/pgloader.1 @@ -265,7 +265,7 @@ create table districts_longlat .IP "" 0 . .P -Also notice that the same command will work against an archived version of the same data, e\.g\. \fIhttp://pgsql\.tapoueh\.org/temp/2013_Gaz_113CDs_national\.txt\.gz\fR\. +Also notice that the same command will work against an archived version of the same data, e\.g\. http://pgsql\.tapoueh\.org/temp/2013_Gaz_113CDs_national\.txt\.gz\. . .SS "Migrating from SQLite" The following command will open the SQLite database, discover its tables definitions including indexes and foreign keys, migrate those definitions while \fIcasting\fR the data type specifications to their PostgreSQL equivalent and then migrate the data over: diff --git a/pgloader.1.md b/pgloader.1.md index 8f901f4..e432dce 100644 --- a/pgloader.1.md +++ b/pgloader.1.md @@ -220,7 +220,7 @@ yourself: Also notice that the same command will work against an archived version of the same data, e.g. -[](http://pgsql.tapoueh.org/temp/2013_Gaz_113CDs_national.txt.gz). +http://pgsql.tapoueh.org/temp/2013_Gaz_113CDs_national.txt.gz. ### Migrating from SQLite