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