Greg Stark <gsstark(at)mit(dot)edu> writes:
> A lot of SQL queries end up being written with GROUP BY primary_key,
> other_column, other_column, other_column just to get those other
> columns to be queryable. If we implemented the SQL standard
> "dependent" columns feature this would be unnecessary but we don't
We do as of 9.1 ...
regards, tom lane