Re: Hinting the planner

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: "Martin Gainty" <mgainty(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Hinting the planner
Date: 2008-01-01 16:45:00
Message-ID: dcc563d10801010845s67ce920dhaadde80eecb22872@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Jan 1, 2008 10:27 AM, Martin Gainty <mgainty(at)hotmail(dot)com> wrote:
>
> Not the planner but you can hint the query as in this example
> select /*+ ordered use_hash(code1)*/ * from table_1;

no, that's an oraclism.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tomasz Ostrowski 2008-01-01 17:05:32 Re: basic questions: Postgres with yum on CentOS 5.1
Previous Message Martin Gainty 2008-01-01 16:27:45 Re: Hinting the planner