Patch to support ordering of tid - Mailing list pgsql-patches

From Arturo Josè Montes Sinning
Subject Patch to support ordering of tid
Date
Msg-id 3D7C0CD1.1060503@colomsat.net.co
Whole thread Raw
Responses Re: Patch to support ordering of tid
List 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

Attachment

pgsql-patches by date:

Previous
From: Bruno Wolff III
Date:
Subject: cube and earthdistance diffs
Next
From: Rod Taylor
Date:
Subject: Re: Patch to support ordering of tid