Re: Writing a join selectivity function

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Angela Maduko <ifymaduko(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Writing a join selectivity function
Date: 2005-05-17 15:58:37
Message-ID: 28861.1116345517@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Angela Maduko <ifymaduko(at)gmail(dot)com> writes:
> I am trying to write a join selectivity function for a user defined
> operator. The available documentation does not exactly specify how to
> go about this. Can anyone shed more light on this?

There isn't a lot of documentation, no :-(. I would suggest looking
over the existing selectivity functions (in
src/backend/utils/adt/selfuncs.c). If you have specific questions,
pghackers is probably the best place to ask them.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Hrishikesh Deshmukh 2005-05-17 16:04:10 perl and insert
Previous Message Scott Marlowe 2005-05-17 14:50:35 Re: Increasing number of postgres connections