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
Список 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 по дате отправления: