Skip to content

Commit

Permalink
added a note about PostGIS
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyUss committed Jul 2, 2017
1 parent 9c76adb commit 936501c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ from MySQL to PostgreSQL as easy and smooth as possible.</p>

<h3>USAGE</h3>
<p><b>1.</b> Create a new database.<br />
<b>Sample:</b>&nbsp;<code> CREATE DATABASE my_postgresql_database;</code></p>
<b>Sample:</b>&nbsp;<code> CREATE DATABASE my_postgresql_database;</code><br />
If you are planning to migrate spatial data (geometry type columns), then <b>PostGIS</b> should be installed and enabled.
</p>

<p><b>2.</b> Download NMIG package and put it on the machine running your PostgreSQL (not mandatory, but preferably).<br />
<b>Sample:</b>&nbsp;<code>/path/to/nmig</code></p>
Expand Down

0 comments on commit 936501c

Please sign in to comment.