Re: enforcing a join type - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: enforcing a join type
Date
Msg-id 41118E3A.4090603@familyhealth.com.au
Whole thread Raw
In response to Re: enforcing a join type  ("Hicham G. Elmongui" <elmongui@cs.purdue.edu>)
List pgsql-hackers
> I didn't mean about doing this from a front end. I want to disable
> nested_loop and hash_join from the backend.
> I tried to set the variables (enable_nestloop and enable_hashjoin) in
> costsize.c, but this didn't do it.

Turn them off in your postgresql.conf then.

Chris



pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: enforcing a join type
Next
From: Tom Lane
Date:
Subject: Re: Timezone for %t log_line_prefix