Re: Very specialised query

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: Matthew Wakeling <matthew(at)flymine(dot)org>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Very specialised query
Date: 2009-04-02 16:36:02
Message-ID: 49D4E972.30608@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Matthew Wakeling wrote:
> Trying to rewrite a plpgsql function in C.
>
> How do I do the equivalent of:
>
> FOR loc IN SELECT * FROM location ORDER BY objectid, intermine_start,
> intermine_end LOOP
> END LOOP;
>
> in a C function?

Please create a new message to the list with a new subject line for a
new question.

Thanks.

--
Craig Ringer

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Merlin Moncure 2009-04-02 17:58:44 Re: Raid 10 chunksize
Previous Message Matthew Wakeling 2009-04-02 15:02:26 Re: Very specialised query