Re: [HACKERS] PostgreSQL v6.4 BETA2 ...

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] PostgreSQL v6.4 BETA2 ...
Дата
Msg-id 199810141701.NAA27147@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] PostgreSQL v6.4 BETA2 ...  (jwieck@debis.com (Jan Wieck))
Список pgsql-hackers
>
>     Harrr  -  using  text_ops  on  an  int4 field in CREATE INDEX
>     doesn't make much sense.
>
>     Bruce, please add 6.5 TODO:
>
>     Parser must check on CREATE INDEX that the opcdeftype of  the
>     used  operator  class is compatible with the indexed field or
>     the index functions return type.

But, we don't require ops* anymore.  Should we prevent people from using
whatever ops they want?


--
  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, Pennsylvania 19026

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

Предыдущее
От: Brook Milligan
Дата:
Сообщение: perl interface bug?
Следующее
От: Terry Mackintosh
Дата:
Сообщение: Re: [HACKERS] What about LIMIT in SELECT ?