The statement...
ST_SetSRID(ST_Point(11.243534634635, 32.54354365346), 4326)::geography
gives me slightly different(off by 5%) output than the latitude (32.54354365346) and longitude(11.243534634635) I would expect. What can I do differently here? Is it a rounding or precision issue? Perhaps ST_Point is not the correct function?