Re: Preserving ORDER of TEMP Tables during transaction

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: ludo(at)ludikidee(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Preserving ORDER of TEMP Tables during transaction
Date: 2011-11-13 20:44:00
Message-ID: CAOR=d=1zJ=1-xEuzRXcG=q9odSeRSed1-3KRgDUXX19d3Sf9rw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, Nov 13, 2011 at 12:28 PM, Ludo Smissaert <ludo(at)ludikidee(dot)com> wrote:
> The algorithm is that I am returning a SETOF cursors pointing
> to two different tables and data of these two tables will be
> printed by the client like this:

Have you actually measure the cost of adding the order by to the
select from the view?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2011-11-13 20:47:44 Re: Error with Application Stack Builder 3.0.0
Previous Message Ludo Smissaert 2011-11-13 19:28:52 Re: Preserving ORDER of TEMP Tables during transaction