Re: [HACKERS] int8 and index

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] int8 and index
Дата
Msg-id 199909270047.UAA27320@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] int8 and index  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы RE: [HACKERS] int8 and index  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Список pgsql-hackers
> Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> >> How about   select .. from .. where .. = ..::int8;  ?
> >> 
> >> Without ::int8 PostgreSQL doesn't use int8 indexes.
> 
> > Oops. I forgot about that! Thanks.
> 
> Yes, this is on the TODO list (although I think TODO just mentions
> the equivalent problem for int2).
> 

int8 mention added.


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: [GENERAL] Update of bitmask type
Следующее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: [HACKERS] int8 and index