Re: [PATCH] explain sortorder - Mailing list pgsql-hackers

From Timmer, Marius
Subject Re: [PATCH] explain sortorder
Date
Msg-id 6004A939-59B5-4454-B92C-910A795D901B@exchange.wwu.de
Whole thread Raw
In response to Re: [PATCH] explain sortorder  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [PATCH] explain sortorder
List pgsql-hackers
Hi,

we have spent the last days to realize your suggestions in the patch.
It affects the result of a EXPLAIN-Statement (even in non-verbose-mode). Now you will get the order-information for every single sort-key which is not ordered by the defaults.


best regards,

Marius




---
Marius Timmer
Zentrum für Informationsverarbeitung
Westfälische Wilhelms-Universität Münster
Einsteinstraße 60

mtimm_01@uni-muenster.de
Attachment

pgsql-hackers by date:

Previous
From: Aaron Botsis
Date:
Subject: Re: Patch: [BUGS] BUG #12320: json parsing with embedded double quotes
Next
From: Alvaro Herrera
Date:
Subject: Re: HINTing on UPDATE foo SET foo.bar = ..;