Adjusting manpage text to fit github's markdown...

This commit is contained in:
Dimitri Fontaine 2014-12-27 17:09:37 +01:00
parent 44504542c9
commit f2bf5c4a62
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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