On Monday, February 8, 2016, Venkatesan, Sekhar <
sekhar.venkatesan@emc.com> wrote:
Yes. is there an option/configuration to tell the postgres optimizer/planner to generate plans to include the sort order instead of speed?
No. The planner chooses based upon least cost of the exact query given to it. If that query does not have order by the system will not guarantee any specific output order.
David J.