> I am trying to execute query:
> SELECT city_id, COUNT(DISTINCT pos_id)
> ...
> GROUP BY city_id ;
> It is me who do not understand SQL or postgres does not implement it?
As Andy points out, it is not (yet) implemented. afaik no one is working
on it currently.
- Tom