diff --git a/docs/howto/geolite.html b/docs/howto/geolite.html
index c39b954..17cd683 100644
--- a/docs/howto/geolite.html
+++ b/docs/howto/geolite.html
@@ -121,18 +121,18 @@ LOAD ARCHIVE
LOAD CSV
FROM FILENAME MATCHING ~/GeoLiteCity-Location.csv/
- WITH ENCODING iso-8859-1
- (
- locId,
- country,
- region null if blanks,
- city null if blanks,
- postalCode null if blanks,
- latitude,
- longitude,
- metroCode null if blanks,
- areaCode null if blanks
- )
+ WITH ENCODING iso-8859-1
+ (
+ locId,
+ country,
+ region [ null if blanks ],
+ city [ null if blanks ],
+ postalCode [ null if blanks ],
+ latitude,
+ longitude,
+ metroCode [ null if blanks ],
+ areaCode [ null if blanks ]
+ )
INTO postgresql:///ip4r?geolite.location
(
locid,country,region,city,postalCode,