Re: BUG #13811: Default ordering colums

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #13811: Default ordering colums
Date: 2015-12-10 20:52:39
Message-ID: 5669E617.7060701@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 12/10/2015 4:52 AM, exru(at)mail(dot)ru wrote:
> 4) There is no any orders by or any changes in sequences. Why do that???

tables represent sets, unordered lists. if you want query results in a
specific order, use an ORDER BY clause on your SELECT

--
john r pierce, recycling bits in santa cruz

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2015-12-10 20:59:18 Re: BUG #13811: Default ordering colums
Previous Message darin 2015-12-10 19:52:22 BUG #13812: 'now' acting differently than now() in function