Patch to support ordering of tid

Поиск
Список
Период
Сортировка
От Arturo Josè Montes Sinning
Тема Patch to support ordering of tid
Дата
Msg-id 3D7C0CD1.1060503@colomsat.net.co
обсуждение исходный текст
Ответы Re: Patch to support ordering of tid  (Rod Taylor <rbt@rbt.ca>)
Список pgsql-patches
Hi

I am submitting a patch to support order based on columns with tid.
Look the example

select ctid, * from pg_type
order by 1 desc

Or

select distinct t1.ctid, * from pg_type t1

The file patch.tgz containts diff files relative to src directory.

Thanks

Arturo

Вложения

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: cube and earthdistance diffs
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: Patch to support ordering of tid