Re: [HACKERS] PostgreSQL v6.4 BETA2 ... - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] PostgreSQL v6.4 BETA2 ...
Date
Msg-id 199810141701.NAA27147@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] PostgreSQL v6.4 BETA2 ...  (jwieck@debis.com (Jan Wieck))
List 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 by date:

Previous
From: Brook Milligan
Date:
Subject: perl interface bug?
Next
From: Terry Mackintosh
Date:
Subject: Re: [HACKERS] What about LIMIT in SELECT ?