Re: enforcing a join type

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: "Hicham G(dot) Elmongui" <elmongui(at)cs(dot)purdue(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: enforcing a join type
Date: 2004-08-05 01:32:42
Message-ID: 41118E3A.4090603@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Greg Stark 2004-08-05 01:46:39 Re: most idiomatic way to "update or insert"?
Previous Message Steve Crawford 2004-08-05 01:30:57 Re: query result set caching

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-08-05 02:25:48 Re: Timezone for %t log_line_prefix
Previous Message Christopher Kings-Lynne 2004-08-05 01:28:23 Re: enforcing a join type