Re: recursive query returning extra rows in 8.4

Поиск
Список
Период
Сортировка
От David Johnston
Тема Re: recursive query returning extra rows in 8.4
Дата
Msg-id 1381842166633-5774607.post@n5.nabble.com
обсуждение исходный текст
Ответ на recursive query returning extra rows in 8.4  (Chris <dmagick@gmail.com>)
Ответы Re: recursive query returning extra rows in 8.4  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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.


В списке pgsql-general по дате отправления:

Предыдущее
От: Laurentius Purba
Дата:
Сообщение: Re: Postgresql 9.0.13 core dump
Следующее
От: Alban Hertroys
Дата:
Сообщение: Re: Postgresql 9.0.13 core dump