pgLatLon

view create_test_db.data.sql @ 6:2b7aea022117

Remove version 0.1 files (but keep update script from 0.1 to 0.2); Updated version number in manual installation instructions and include extension update script in manual instructions
author jbe
date Mon Aug 22 22:00:21 2016 +0200 (2016-08-22)
parents 3b70e93cc07d
children 684a78d2f9f0
line source
2 INSERT INTO "test" ("location", "area") SELECT
3 epoint((asin(2*random()-1) / pi()) * 180, (2*random()-1) * 180),
4 ecircle((asin(2*random()-1) / pi()) * 180, (2*random()-1) * 180, -ln(1-random()) * 1000)
5 FROM generate_series(1, 10000);

Impressum / About Us