If I want the planner/optimizer to always choose merge join when it needs to
join relations. How can I do it ?

You can't, unless in your transaction you set enable_nestloop, enable_seqscan, etc. all to off except for the join type you want.


Chris


---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend

Reply via email to