Re: What do I do with this error?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: What do I do with this error?
Дата
Msg-id web-26696@davinci.ethosmedia.com
обсуждение исходный текст
Ответ на Re: What do I do with this error?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
Tom,

> regression=# select 'foo' ~* '';
> ERROR:  regcomp failed with error empty (sub)expression
> 
> This is correct according to the POSIX definition of regular
> expressions
> ("A (modern) RE is one or more non-empty branches ...").

That sounds like what I'm seeing!  And now that you point it out, there
is a bug in the PHP that calls this function that passes an empty string
('') instead of a NULL.  Thanks!

Any possibility that that error message could be made more informative?
(i.e. ERROR:  regcomp failed due to empty string in regular expression)

-Josh Berkus



______AGLIO DATABASE SOLUTIONS___________________________                                      Josh Berkus Complete
informationtechnology      josh@agliodbs.com  and data management solutions       (415) 565-7293 for law firms, small
businesses       fax 621-2533   and non-profit organizations.      San Francisco
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: What do I do with this error?
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: What do I do with this error?