Re: BUG #10207: Simple select query returns duplicate row - Critical issue - Mailing list pgsql-bugs

From David G Johnston
Subject Re: BUG #10207: Simple select query returns duplicate row - Critical issue
Date
Msg-id 1399156363820-5802319.post@n5.nabble.com
Whole thread Raw
In response to BUG #10207: Simple select query returns duplicate row - Critical issue  (vetri_2020@yahoo.com)
List pgsql-bugs
The fact that two executions of a query can return the same data is not
anything like what your subject describes.  Now, if a single execution
returned a duplicate row (based on a PK) then what you said would be true.

If you need definite order you need to sort on a primary key - or something
equivalent.

David J.



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/BUG-10207-Simple-select-query-returns-duplicate-row-Critical-issue-tp5802310p5802319.html
Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #10207: Simple select query returns duplicate row - Critical issue
Next
From: soobia.arshad@tranchulas.com
Date:
Subject: BUG #10223: Linking postgresql 64 bit to sql server 64 bit