Po zapisaniu wartości lon lat jako typu danych GEOGRAFIA, jak mogę pobrać poszczególne wartości lon lat?
Nieudana próba:
SELECT id, geog, ST_X(geog), ST_Y(geog) FROM locations;
Błąd:
No function matches the given name and argument types. You might need to add explicit type casts.