Is it Lon / Lat or Lat / Lon?

In mapping frameworks spatial coordinates are often in order of latitude and longitude. In spatial databases spatial coordinates are in x = longitude, and y = latitude.
If you accidentally loaded data as lat,lon, you can always fix the mistake
by using the ST_FlipCoordinates
function introduced in PostGIS 2.0.