enforcing a plan (in brief) - Mailing list pgsql-hackers

From Hicham G. Elmongui
Subject enforcing a plan (in brief)
Date
Msg-id 200502101907.j1AJ73BR007233@newman.cs.purdue.edu
Whole thread Raw
Responses Re: enforcing a plan (in brief)
Re: enforcing a plan (in brief)
List pgsql-hackers
Is there a way to bypass the optimizer and to specify a plan to be executed?

Something like:



Limit  -> Nested Loop     -> Nested Loop         -> Seq Scan on tab00 t00        -> Index Scan using tab03_pkey on
tab03t03                 Index Cond: ("outer".id = t03.id)    -> Index Scan using tab01_pkey on tab01 t01
IndexCond: ("outer".id = t01.id)
 





pgsql-hackers by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: New form of index "persistent reference"
Next
From: Bruce Momjian
Date:
Subject: Re: enforcing a plan (in brief)