> 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