Re: NULLs and sort order

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: NULLs and sort order
Дата
Msg-id Pine.LNX.4.30.0109091524410.680-100000@peter.localdomain
обсуждение исходный текст
Ответ на NULLs and sort order  (Rene Pijlman <rene@lab.applinet.nl>)
Ответы Re: NULLs and sort order
Re: [HACKERS] NULLs and sort order
Список pgsql-jdbc
Rene Pijlman writes:

> Currently the JDBC driver says:
> - Backend >= 7.2 sorts nulls higher than any other value in a
> domain. In other words: ascending means nulls at the end,
> descending means nulls at the start.
> - Backend < 7.2 puts nulls at the end regardless of sort order.

That is correct.

> Would it be useful to add this information to the documentation,
> e.g. the documentation of ORDER BY in SELECT?

Most likely.

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


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

Предыдущее
От: Rene Pijlman
Дата:
Сообщение: Re: [HACKERS] JDBC pg_description update needed for CVS tip
Следующее
От: Rene Pijlman
Дата:
Сообщение: Re: NULLs and sort order