Re: Tom Lane
> You might be best advised to create a composite
> type like "location (long bigint, lat bigint)" and use an array of
> that.
Or use the geometry types from PostGIS, since you are probably going
to do geo lookups on these points anyway.
Christoph