Re: [HACKERS] SQL92

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: "Jose' Soares" <jose(at)sferacarta(dot)com>, djackson(at)cpsgroup(dot)com, pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] SQL92
Date: 1998-10-02 05:03:32
Message-ID: 36145EA4.7192AA36@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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...)?

- Tom

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-10-02 05:10:31 Re: [HACKERS] SQL92
Previous Message Thomas G. Lockhart 1998-10-02 05:00:04 Re: [HACKERS] pg_dump