How to configure PostgreSQL with Postgis to calculate distances
问题 I know that it might be dumb question, but I'm searching for some time and can't find proper answer. I have PostgreSQL database with PostGIS installed. In one table I have entries with lon lat (let's assume that columns are place, lon, lat). What should I add to this table or/and what procedure I can use, to be able to count distance between those places in meters. I've read that it is necessary to know SRID of a place to be able to count distance. Is it possible to not know/use it and still