Re: Patch to support ordering of tid

From: "Arturo Josè Montes Sinning" <mitosys(at)colomsat(dot)net(dot)co>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Patch to support ordering of tid
Date: 2002-09-09 19:16:11
Message-ID: 3D7CF37B.9000906@colomsat.net.co
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hi Rod

Rod Taylor wrote:

> I think the patch is backwards. Seems to be removing tidlt/tidgt.

Sorry I inverted the parametres to diff.


> Could you resubmit as a recursive context diff?

Do you mean a diff -r?


>
>
> On Sun, 2002-09-08 at 22:52, Arturo Josè Montes Sinning wrote:
>
>> 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
>> ----
>>
>
>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 3: if posting/reading through Usenet, please send an appropriate
>> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
>> message can get through to the mailing list cleanly

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruno Wolff III 2002-09-09 19:32:06 Re: cube and earthdistance diffs
Previous Message Kris Jurka 2002-09-09 18:47:22 JDBC Driver Test Suite Drop Table w/ Cascade