Update TIP 9 please

From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Update TIP 9 please
Date: 2004-11-14 11:31:38
Message-ID: 1100431898.2950.181.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

When 8.0 is released, TIP 9 should change from

TIP 9: the planner will ignore your desire to choose an index scan if
your joining column's datatypes do not match

to

TIP 9: the planner will ignore your desire to choose an index scan if
your joining column's datatypes do not match (upgrade to 8.0!)

We could change this now...

...and add another TIP to encourage people to upgrade...?

--
Best Regards, Simon Riggs

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Markus Bertheau 2004-11-14 14:37:04 Re: Update TIP 9 please
Previous Message Simon Riggs 2004-11-14 11:28:12 Re: code question: storing INTO relation