Patch to support ordering of tid

From: "Arturo Josè Montes Sinning" <mitosys(at)colomsat(dot)net(dot)co>
To: pgsql-patches(at)postgresql(dot)org, mitosys(at)colomsat(dot)net(dot)co
Subject: Patch to support ordering of tid
Date: 2002-09-09 02:52:01
Message-ID: 3D7C0CD1.1060503@colomsat.net.co
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
patch.tgz application/octet-stream 659 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Rod Taylor 2002-09-09 14:05:12 Re: Patch to support ordering of tid
Previous Message Masaru Sugawara 2002-09-08 13:35:12 Re: About connectby()