On Monday, February 8, 2016, Venkatesan, Sekhar <sekhar(dot)venkatesan(at)emc(dot)com>
wrote:
>
> So from what I understand, you say in postgres, if the sort order is not
> specified, postgres returns results in any order. Am I right?
>
Yes. It will optimize for speed without any regard for maintaining any
kind of ordering. You may get the desired order for various reasons but
without ORDER BY you cannot be guaranteed.
David J.