Re: recursive query returning extra rows in 8.4

From: David Johnston <polobo(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: recursive query returning extra rows in 8.4
Date: 2013-10-15 13:02:46
Message-ID: 1381842166633-5774607.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

chris smith-9 wrote
> Hi all,
>
> Using postgres 8.4.13 (latest that redhat provides in rhel6) the query
> below returns an extra row compared to running the same thing in later
> versions (tried 9.0, 9.1, 9.2 - they don't return the extra row).
>
>
> SELECT *
> FROM numbers
> ORDER BY iteration, depth;

Likely this is a bug that was fixed in one of the five newer 8.4 point
releases. You can use "SELECT DISTINCT *" to get rid of the extra data if
you choose not to upgrade.

David J.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/recursive-query-returning-extra-rows-in-8-4-tp5774573p5774607.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2013-10-15 13:29:27 Re: Postgresql 9.0.13 core dump
Previous Message Laurentius Purba 2013-10-15 12:48:32 Re: Postgresql 9.0.13 core dump