Re: What do I do with this error?

From: "Josh Berkus" <josh(at)agliodbs(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: What do I do with this error?
Date: 2001-03-19 19:04:13
Message-ID: web-26696@davinci.ethosmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 information technology josh(at)agliodbs(dot)com
and data management solutions (415) 565-7293
for law firms, small businesses fax 621-2533
and non-profit organizations. San Francisco

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2001-03-19 19:08:31 Re: What do I do with this error?
Previous Message Tom Lane 2001-03-19 18:44:38 Re: Invalid (null) int8, can't convert to float8