PG User location
From MapbenderWiki
Run SELECT the_geom FROM pg_users; on the PostgreSQL User Feature Table. The result is a standardized OGC WKT (Well Known Text) string:
SRID=4326;POINT(7.0714 50.73767) SRID=4326;POINT(6.3607 50.9294)
Run SELECT the_geom FROM pg_users; on the PostgreSQL User Feature Table. The result is a standardized OGC WKT (Well Known Text) string:
SRID=4326;POINT(7.0714 50.73767) SRID=4326;POINT(6.3607 50.9294)