Volkan YAZICI <[EMAIL PROTECTED]> writes:
> On 12/5/05, Tom Lane <[EMAIL PROTECTED]> wrote:
>> SELECT * FROM foo WHERE col > 4;
>> SELECT * FROM foo WHERE col > 5;

> Ofcourse two different SELECT queries are (probably) gonna return
> different results. If this is the point you want to underline in the
> documentation, just rip that sentence off.

The point is that a row with (say) col = 10 might appear or disappear
or change between the two queries.  Whether the queries are formally
identical doesn't affect that.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to