mirror of
https://github.com/postgres/postgres.git
synced 2026-06-13 04:03:09 -04:00
0e1bfe92c7
This patch fix a TODO list item. * require SELECT DISTINCT target list to have all ORDER BY columns example ogawa=> select distinct x from t1 order by y; ERROR: ORDER BY columns must appear in SELECT DISTINCT target list --- Atsushi Ogawa