Re: Postgre RAISE NOTICE and PHP

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Postgre RAISE NOTICE and PHP
Дата
Msg-id dcc563d10908191057m7cfb8322rfff93646184ae503@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Postgre RAISE NOTICE and PHP  (merlyn@stonehenge.com (Randal L. Schwartz))
Ответы Re: Postgre RAISE NOTICE and PHP
Список pgsql-general
On Wed, Aug 19, 2009 at 8:41 AM, Randal L.
Schwartz<merlyn@stonehenge.com> wrote:
>>>>>> "Clemens" == Clemens Schwaighofer <clemens_schwaighofer@e-gra.co.jp> writes:
>
> Clemens> Just in my opinion, this regex is completely too large. For basic
> Clemens> validating something like:
> Clemens>
^[A-Za-z0-9!#$%&'*+-\/=?^_`{|}~][A-Za-z0-9!#$%&'*+-\/=?^_`{|}~\.]{0,63}@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]{1,})*\.([a-zA-Z]{2,4}){1}$
> Clemens> works very well
>
> Fails on ".mobile" TLD.  Has a pointless {1} in it, which does
> absolutely nothing, providing that the creator of the regex was already
> missing a few clues.

Remonds me of the saying that for every complex problem there is a
simple, elegant and incorrect solution.

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

Предыдущее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: Requesting help on PostgreSQL Replication
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_restore returns always error if backup is greater than 2 GB