Re: [HACKERS] OR clause status report

Поиск
Список
Период
Сортировка
От Vince Vielhaber
Тема Re: [HACKERS] OR clause status report
Дата
Msg-id XFMail.980731125525.vev@michvhf.com
обсуждение исходный текст
Ответ на Re: [HACKERS] OR clause status report  (Vadim Mikheev <vadim@krs.ru>)
Ответы Re: [HACKERS] OR clause status report - working
Список pgsql-hackers
On 31-Jul-98 Vadim Mikheev wrote:
> Vince Vielhaber wrote:
>>
>> Yep, it created it that time but still won't use it. :(
>
> Yes, I see.
>
> This is patch for 6.3.2
> CVS updated.
>

campsites=> explain select * from locations where lower(city) = 'oxford';
NOTICE:  QUERY PLAN:

Index Scan using lower_city on locations  (cost=3608.95 size=56600 width=32)

EXPLAIN
campsites=>


Much better!  Thanks!  Now I get to upgrade the production machine.

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH   email: vev@michvhf.com   flame-mail: /dev/null
       # include <std/disclaimers.h>                   TEAM-OS2
   Online Searchable Campground Listings    http://www.camping-usa.com
       "There is no outfit less entitled to lecture me about bloat
               than the federal government"  -- Tony Snow
==========================================================================



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Vadim Mikheev
Дата:
Сообщение: Dropping tables...
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: postgreSQL foreign key constraint