Re: FInding "corrupt" values in UTF-8 tables (regexp question, I think)

Поиск
Список
Период
Сортировка
От Phoenix Kiula
Тема Re: FInding "corrupt" values in UTF-8 tables (regexp question, I think)
Дата
Msg-id e373d31e0708171154n27d81e13n9ece8113a8edb018@mail.gmail.com
обсуждение исходный текст
Ответ на Re: FInding "corrupt" values in UTF-8 tables (regexp question, I think)  (Michael Glaesemann <grzm@seespotcode.net>)
Список pgsql-general
On 18/08/07, Michael Glaesemann <grzm@seespotcode.net> wrote:
> [Please reply to the list so that others may benefit from and
> participate in the discussion.]
>
> >> If you're including - in a range as a character, doesn't it have to
> >> go first?
> >> Try this:
> >>
> >> WHERE t_code ~ $re$[^-A-Za-z1-9_]$re$
> >>
> >>
> >
> >
> >
> > Thanks, yes, this is sweet!
> >
> > If I include this into a check constraint on the table, would that be
> > very resource intensive for INSERTs and UPDATEs?
> >
>
> Maybe. I don't know. What's very? Measure, change, and measure again.
> Premature optimization and all that. :) First I make it correct.



Yes, I meant to reply all. Thanks much for your help. I'll play around
with the check constraint.

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

Предыдущее
От: "RAJARAM JAYARAMAN"
Дата:
Сообщение: Re: I get a error msg when i try to connect to the DB
Следующее
От: Douglas McNaught
Дата:
Сообщение: Re: Enterprise Wide Deployment