Index work around?

Started by Bjørn T Johansenover 21 years ago2 messagesgeneral
Jump to latest
#1Bjørn T Johansen
btj@havleik.no

Does 8.0 change the way PostgresSQL uses indexes? I.e. do I still need to use ::int8 to
make it use indexes in 8.0 as I need in 7.x?

Regards,

BTJ

--
-----------------------------------------------------------------------------------------------
Bj�rn T Johansen

btj@havleik.no
-----------------------------------------------------------------------------------------------
Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"
-----------------------------------------------------------------------------------------------

#2Neil Conway
neilc@samurai.com
In reply to: Bjørn T Johansen (#1)
Re: Index work around?

On Thu, 2004-11-25 at 10:24 +0100, Bj�rn T Johansen wrote:

do I still need to use ::int8 to
make it use indexes in 8.0 as I need in 7.x?

That should no longer be necessary.

-Neil