top | item 39322278

(no title)

davidrowley | 2 years ago

> If the sort order isn't fully determined by a query, can the query plan influence the result order?

Yes. When running a query, PostgreSQL won't make any effort to provide a stable order of rows beyond what's specified in the ORDER BY.

discuss

order

No comments yet.