Re: [HACKERS] SQL92

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] SQL92
Дата
Msg-id 199810020510.BAA26767@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] SQL92  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
Список pgsql-hackers
> > > You need The SQL3 SIMILAR
> > > in this case pattern can involve additional special characters, not
> > > just % and _ as in LIKE,
> > TODO item changed to:
> >         * add SIMILAR to allow character classes, 'pg_[a-c]%'
>
> The annoying thing is that our regex "~" operators do all of this and
> more, but presumably don't have the right behavior for underscore and
> for percent. Should we look at the regex code and try to get it to be
> compatible (for v6.5...)?

Not sure.

--
  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 по дате отправления:

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] SQL92
Следующее
От: Bruce Momjian
Дата:
Сообщение: regproc fix